Shades of Eminence #662C7F
Tints of Eminence #662C7F
RGB
CMYK
RGB Variations
Color information
#662C7F (or 0x662C7F) is known color: Eminence. HEX triplet: 66, 2C and 7F. RGB value is (102,44,127). Sum of RGB (Red+Green+Blue) = 102+44+127=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #662C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662C7F is #99D380. Grayscale: #464646. Windows color (decimal): -10081153 or 8334438. OLE color: 8334438.
HSL color Cylindrical-coordinate representation of color #662C7F: hue angle of 281.93º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #662C7F is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 44 | 127 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.50 |
| HSL | 281.93º | 0.49% | 0.34% | - |
| HSV(B) | 281.93º | 0.65% | 0.5% | - |
| XYZ | 10.21 | 6.16 | 20.73 | - |
| YUV | 70.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 127 | 0.20 | 0.65 | 0 | 0.50 | 281.93 | 0.49 | 0.34 |
| Hex | 66 | 2C | 7F | 14 | 41 | 0 | 32 | 11A | 31 | 22 |
| Octal | 146 | 54 | 177 | 24 | 101 | 0 | 62 | 432 | 61 | 42 |
| Binary | 1100110 | 101100 | 1111111 | 10100 | 1000001 | 0 | 110010 | 100011010 | 110001 | 100010 |
Color Harmonies of #662C7F
Complementary color
Monochromatic Colors of #662C7F
Black with #662C7F
Text Example
Text Example
White with #662C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C7F; }
p { color: rgb(102,44,127); }
H1.HeaderClassName
{
color: #662C7F;
}
.AnyTagClassName
{
color: #662C7F;
}
</style>
background-color css
<style>
a { background-color: #662C7F; }
a { background-color: rgb(102,44,127); }
div.DivClassName
{
background-color: #662C7F;
}
.BgClassName
{
background-color: #662C7F;
}
</style>
border-color css
<style>
span { border-color: #662C7F; }
span { border-color: rgb(102,44,127); }
td.TdClassName
{
border-color: #662C7F;
}
.TagClassName
{
border-color: #662C7F;
}
</style>