HEX: #76298D
RGB: (118,41,141)
Il colore #76298D contiene principalmente il rosso e il blu. Per il #76298D il colore web safe è #663399 (#639).
Il colore 76298D in RGB è definito come 118,41,141
RGB: (118,41,141) (46%,16%,55%)
R 118 da 255 = 46%
G 41 da 255 = 16%
B 141 da 255 = 55%
R + G + B ~ 39%. #76298D colore abbastanza scuro.
R + G + B =
118 + 41 + 141 = 300 (100%)
R 118 da 300 ~ 39.33%
G 41 da 300 ~ 13.67%
B 141 da 300 ~ 47%
Il colore #76298D in CMYK è definito come 16,71,0,45.
CMYK: (16,71,0,45) C16M71Y0K45 (16%,71%,0%,45%) (0.16/0.71/0.00/0.45)
76 | 29 | 8D | |
---|---|---|---|
RGB | 118 | 41 | 141 |
HSL | 286° | 54.95% | 35.69% |
HSB/HSV | 286° | 70.92% | 55.29% |
CMYK | 16.31% | 70.92% | 0.00% |
44.71% |
Esadicemale | 76 | 29 | 8D |
Decimale | 118 | 41 | 141 |
Binario | 1110110 | 101001 | 10001101 |
Ottale | 166 | 51 | 215 |
Esempi dei codici css e html per gli elementi di colore #76298D. Utilizzate rgb(118,41,141) anche al posto del codice hex.
.myTextColor { color: #76298D; }
<p style="color:#76298D">This sample text font color is #76298D.</p>
Il colore di questo testo è #76298D.
.myBgColor { background-color: #76298D; }
<div style="background-color:#76298D">Inner text</div>
Questo div ha lo sfondo di colore #76298D.
.myBorderColor { border: 1px solid #76298D; }
<div style="border:3px solid #76298D">Div</div>
Questo div ha i bordi di colore 76298D.
.myOpacity80 { color: #76298D; opacity: 0.8; }
<p style="color:#76298D;opacity:0.8;">80%</p>
Il testo di color #76298D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76298D;}
<p style="text-shadow: 3px 3px 1px #76298D">Text here.</p>
Questo testo ha l'ombra di colore #76298D.
.textShadow {text-shadow: 3px 3px 1px #76298D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76298D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #76298D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76298D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76298D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76298D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76298D; -webkit-box-shadow: 1px 1px 3px 2px #76298D; box-shadow: 1px 1px 3px 2px #76298D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76298D; -webkit-box-shadow: 1px 1px 3px 2px #76298D; box-shadow:1px 1px 3px 2px #76298D;">
Div content here</div>
Questo e il testo di colore #76298D sullo sfondo nero.
Questo e il testo di colore #76298D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #76298D.
Questo è un testo bianco sullo sfondo del colore #76298D.