Shades of Eminence #66317A
Tints of Eminence #66317A
RGB
CMYK
RGB Variations
Color information
#66317A (or 0x66317A) is known color: Eminence. HEX triplet: 66, 31 and 7A. RGB value is (102,49,122). Sum of RGB (Red+Green+Blue) = 102+49+122=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #66317A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66317A is #99CE85. Grayscale: #484848. Windows color (decimal): -10079878 or 8008038. OLE color: 8008038.
HSL color Cylindrical-coordinate representation of color #66317A: hue angle of 283.56º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66317A is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 49 | 122 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.52 |
| HSL | 283.56º | 0.43% | 0.34% | - |
| HSV(B) | 283.56º | 0.6% | 0.48% | - |
| XYZ | 10.09 | 6.43 | 19.12 | - |
| YUV | 73.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 122 | 0.16 | 0.60 | 0 | 0.52 | 283.56 | 0.43 | 0.34 |
| Hex | 66 | 31 | 7A | 10 | 3C | 0 | 34 | 11C | 2B | 22 |
| Octal | 146 | 61 | 172 | 20 | 74 | 0 | 64 | 434 | 53 | 42 |
| Binary | 1100110 | 110001 | 1111010 | 10000 | 111100 | 0 | 110100 | 100011100 | 101011 | 100010 |
Color Harmonies of #66317A
Complementary color
Monochromatic Colors of #66317A
Black with #66317A
Text Example
Text Example
White with #66317A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66317A; }
p { color: rgb(102,49,122); }
H1.HeaderClassName
{
color: #66317A;
}
.AnyTagClassName
{
color: #66317A;
}
</style>
background-color css
<style>
a { background-color: #66317A; }
a { background-color: rgb(102,49,122); }
div.DivClassName
{
background-color: #66317A;
}
.BgClassName
{
background-color: #66317A;
}
</style>
border-color css
<style>
span { border-color: #66317A; }
span { border-color: rgb(102,49,122); }
td.TdClassName
{
border-color: #66317A;
}
.TagClassName
{
border-color: #66317A;
}
</style>