Shades of Eminence #67476C
Tints of Eminence #67476C
RGB
CMYK
RGB Variations
Color information
#67476C (or 0x67476C) is known color: Eminence. HEX triplet: 67, 47 and 6C. RGB value is (103,71,108). Sum of RGB (Red+Green+Blue) = 103+71+108=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #67476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67476C is #98B893. Grayscale: #545454. Windows color (decimal): -10008724 or 7096167. OLE color: 7096167.
HSL color Cylindrical-coordinate representation of color #67476C: hue angle of 291.89º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67476C is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 71 | 108 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.58 |
| HSL | 291.89º | 0.21% | 0.35% | - |
| HSV(B) | 291.89º | 0.34% | 0.42% | - |
| XYZ | 10.55 | 8.47 | 15.27 | - |
| YUV | 84.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 71 | 108 | 0.05 | 0.34 | 0 | 0.58 | 291.89 | 0.21 | 0.35 |
| Hex | 67 | 47 | 6C | 5 | 22 | 0 | 3A | 124 | 15 | 23 |
| Octal | 147 | 107 | 154 | 5 | 42 | 0 | 72 | 444 | 25 | 43 |
| Binary | 1100111 | 1000111 | 1101100 | 101 | 100010 | 0 | 111010 | 100100100 | 10101 | 100011 |
Color Harmonies of #67476C
Complementary color
Monochromatic Colors of #67476C
Black with #67476C
Text Example
Text Example
White with #67476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67476C; }
p { color: rgb(103,71,108); }
H1.HeaderClassName
{
color: #67476C;
}
.AnyTagClassName
{
color: #67476C;
}
</style>
background-color css
<style>
a { background-color: #67476C; }
a { background-color: rgb(103,71,108); }
div.DivClassName
{
background-color: #67476C;
}
.BgClassName
{
background-color: #67476C;
}
</style>
border-color css
<style>
span { border-color: #67476C; }
span { border-color: rgb(103,71,108); }
td.TdClassName
{
border-color: #67476C;
}
.TagClassName
{
border-color: #67476C;
}
</style>