Shades of Eminence #662E7C
Tints of Eminence #662E7C
RGB
CMYK
RGB Variations
Color information
#662E7C (or 0x662E7C) is known color: Eminence. HEX triplet: 66, 2E and 7C. RGB value is (102,46,124). Sum of RGB (Red+Green+Blue) = 102+46+124=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #662E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E7C is #99D183. Grayscale: #474747. Windows color (decimal): -10080644 or 8138342. OLE color: 8138342.
HSL color Cylindrical-coordinate representation of color #662E7C: hue angle of 283.08º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662E7C is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 46 | 124 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.51 |
| HSL | 283.08º | 0.46% | 0.33% | - |
| HSV(B) | 283.08º | 0.63% | 0.49% | - |
| XYZ | 10.09 | 6.23 | 19.74 | - |
| YUV | 71.64 | 157.55 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 124 | 0.18 | 0.63 | 0 | 0.51 | 283.08 | 0.46 | 0.33 |
| Hex | 66 | 2E | 7C | 12 | 3F | 0 | 33 | 11B | 2E | 21 |
| Octal | 146 | 56 | 174 | 22 | 77 | 0 | 63 | 433 | 56 | 41 |
| Binary | 1100110 | 101110 | 1111100 | 10010 | 111111 | 0 | 110011 | 100011011 | 101110 | 100001 |
Color Harmonies of #662E7C
Complementary color
Monochromatic Colors of #662E7C
Black with #662E7C
Text Example
Text Example
White with #662E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E7C; }
p { color: rgb(102,46,124); }
H1.HeaderClassName
{
color: #662E7C;
}
.AnyTagClassName
{
color: #662E7C;
}
</style>
background-color css
<style>
a { background-color: #662E7C; }
a { background-color: rgb(102,46,124); }
div.DivClassName
{
background-color: #662E7C;
}
.BgClassName
{
background-color: #662E7C;
}
</style>
border-color css
<style>
span { border-color: #662E7C; }
span { border-color: rgb(102,46,124); }
td.TdClassName
{
border-color: #662E7C;
}
.TagClassName
{
border-color: #662E7C;
}
</style>