Shades of Eminence #662D7D
Tints of Eminence #662D7D
RGB
CMYK
RGB Variations
Color information
#662D7D (or 0x662D7D) is known color: Eminence. HEX triplet: 66, 2D and 7D. RGB value is (102,45,125). Sum of RGB (Red+Green+Blue) = 102+45+125=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #662D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662D7D is #99D282. Grayscale: #464646. Windows color (decimal): -10080899 or 8203622. OLE color: 8203622.
HSL color Cylindrical-coordinate representation of color #662D7D: hue angle of 282.75º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #662D7D is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 45 | 125 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.51 |
| HSL | 282.75º | 0.47% | 0.33% | - |
| HSV(B) | 282.75º | 0.64% | 0.49% | - |
| XYZ | 10.12 | 6.18 | 20.06 | - |
| YUV | 71.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 125 | 0.18 | 0.64 | 0 | 0.51 | 282.75 | 0.47 | 0.33 |
| Hex | 66 | 2D | 7D | 12 | 40 | 0 | 33 | 11B | 2F | 21 |
| Octal | 146 | 55 | 175 | 22 | 100 | 0 | 63 | 433 | 57 | 41 |
| Binary | 1100110 | 101101 | 1111101 | 10010 | 1000000 | 0 | 110011 | 100011011 | 101111 | 100001 |
Color Harmonies of #662D7D
Complementary color
Monochromatic Colors of #662D7D
Black with #662D7D
Text Example
Text Example
White with #662D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D7D; }
p { color: rgb(102,45,125); }
H1.HeaderClassName
{
color: #662D7D;
}
.AnyTagClassName
{
color: #662D7D;
}
</style>
background-color css
<style>
a { background-color: #662D7D; }
a { background-color: rgb(102,45,125); }
div.DivClassName
{
background-color: #662D7D;
}
.BgClassName
{
background-color: #662D7D;
}
</style>
border-color css
<style>
span { border-color: #662D7D; }
span { border-color: rgb(102,45,125); }
td.TdClassName
{
border-color: #662D7D;
}
.TagClassName
{
border-color: #662D7D;
}
</style>