HEX: #7749AF
RGB: (119,73,175)
Il colore #7749AF contiene principalmente il rosso e il blu. Per il #7749AF il colore web safe è #663399 (#639).
Il colore 7749AF in RGB è definito come 119,73,175
RGB: (119,73,175) (47%,29%,69%)
R 119 da 255 = 47%
G 73 da 255 = 29%
B 175 da 255 = 69%
R + G + B ~ 48%. #7749AF colore medio (né scuro né chiaro).
R + G + B =
119 + 73 + 175 = 367 (100%)
R 119 da 367 ~ 32.43%
G 73 da 367 ~ 19.89%
B 175 da 367 ~ 47.68%
Il colore #7749AF in CMYK è definito come 32,58,0,31.
CMYK: (32,58,0,31) C32M58Y0K31 (32%,58%,0%,31%) (0.32/0.58/0.00/0.31)
77 | 49 | AF | |
---|---|---|---|
RGB | 119 | 73 | 175 |
HSL | 267° | 41.13% | 48.63% |
HSB/HSV | 267° | 58.29% | 68.63% |
CMYK | 32.00% | 58.29% | 0.00% |
31.37% |
Esadicemale | 77 | 49 | AF |
Decimale | 119 | 73 | 175 |
Binario | 1110111 | 1001001 | 10101111 |
Ottale | 167 | 111 | 257 |
Esempi dei codici css e html per gli elementi di colore #7749AF. Utilizzate rgb(119,73,175) anche al posto del codice hex.
.myTextColor { color: #7749AF; }
<p style="color:#7749AF">This sample text font color is #7749AF.</p>
Il colore di questo testo è #7749AF.
.myBgColor { background-color: #7749AF; }
<div style="background-color:#7749AF">Inner text</div>
Questo div ha lo sfondo di colore #7749AF.
.myBorderColor { border: 1px solid #7749AF; }
<div style="border:3px solid #7749AF">Div</div>
Questo div ha i bordi di colore 7749AF.
.myOpacity80 { color: #7749AF; opacity: 0.8; }
<p style="color:#7749AF;opacity:0.8;">80%</p>
Il testo di color #7749AF e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7749AF;}
<p style="text-shadow: 3px 3px 1px #7749AF">Text here.</p>
Questo testo ha l'ombra di colore #7749AF.
.textShadow {text-shadow: 3px 3px 1px #7749AF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7749AF, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7749AF e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7749AF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7749AF, Direction=45, Strength=4)">Text</p>
This text has shadow with #7749AF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7749AF; -webkit-box-shadow: 1px 1px 3px 2px #7749AF; box-shadow: 1px 1px 3px 2px #7749AF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7749AF; -webkit-box-shadow: 1px 1px 3px 2px #7749AF; box-shadow:1px 1px 3px 2px #7749AF;">
Div content here</div>
Questo e il testo di colore #7749AF sullo sfondo nero.
Questo e il testo di colore #7749AF sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7749AF.
Questo è un testo bianco sullo sfondo del colore #7749AF.