Shades of Eminence #662E7D
Tints of Eminence #662E7D
RGB
CMYK
RGB Variations
Color information
#662E7D (or 0x662E7D) is known color: Eminence. HEX triplet: 66, 2E and 7D. RGB value is (102,46,125). Sum of RGB (Red+Green+Blue) = 102+46+125=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #662E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E7D is #99D182. Grayscale: #474747. Windows color (decimal): -10080643 or 8203878. OLE color: 8203878.
HSL color Cylindrical-coordinate representation of color #662E7D: hue angle of 282.53º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662E7D is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 46 | 125 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.51 |
| HSL | 282.53º | 0.46% | 0.34% | - |
| HSV(B) | 282.53º | 0.63% | 0.49% | - |
| XYZ | 10.16 | 6.26 | 20.07 | - |
| YUV | 71.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 125 | 0.18 | 0.63 | 0 | 0.51 | 282.53 | 0.46 | 0.34 |
| Hex | 66 | 2E | 7D | 12 | 3F | 0 | 33 | 11B | 2E | 22 |
| Octal | 146 | 56 | 175 | 22 | 77 | 0 | 63 | 433 | 56 | 42 |
| Binary | 1100110 | 101110 | 1111101 | 10010 | 111111 | 0 | 110011 | 100011011 | 101110 | 100010 |
Color Harmonies of #662E7D
Complementary color
Monochromatic Colors of #662E7D
Black with #662E7D
Text Example
Text Example
White with #662E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E7D; }
p { color: rgb(102,46,125); }
H1.HeaderClassName
{
color: #662E7D;
}
.AnyTagClassName
{
color: #662E7D;
}
</style>
background-color css
<style>
a { background-color: #662E7D; }
a { background-color: rgb(102,46,125); }
div.DivClassName
{
background-color: #662E7D;
}
.BgClassName
{
background-color: #662E7D;
}
</style>
border-color css
<style>
span { border-color: #662E7D; }
span { border-color: rgb(102,46,125); }
td.TdClassName
{
border-color: #662E7D;
}
.TagClassName
{
border-color: #662E7D;
}
</style>