Shades of Eminence #66307B
Tints of Eminence #66307B
RGB
CMYK
RGB Variations
Color information
#66307B (or 0x66307B) is known color: Eminence. HEX triplet: 66, 30 and 7B. RGB value is (102,48,123). Sum of RGB (Red+Green+Blue) = 102+48+123=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #66307B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66307B is #99CF84. Grayscale: #484848. Windows color (decimal): -10080133 or 8073318. OLE color: 8073318.
HSL color Cylindrical-coordinate representation of color #66307B: hue angle of 283.2º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66307B is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 48 | 123 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.52 |
| HSL | 283.2º | 0.44% | 0.34% | - |
| HSV(B) | 283.2º | 0.61% | 0.48% | - |
| XYZ | 10.11 | 6.37 | 19.44 | - |
| YUV | 72.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 123 | 0.17 | 0.61 | 0 | 0.52 | 283.2 | 0.44 | 0.34 |
| Hex | 66 | 30 | 7B | 11 | 3D | 0 | 34 | 11B | 2C | 22 |
| Octal | 146 | 60 | 173 | 21 | 75 | 0 | 64 | 433 | 54 | 42 |
| Binary | 1100110 | 110000 | 1111011 | 10001 | 111101 | 0 | 110100 | 100011011 | 101100 | 100010 |
Color Harmonies of #66307B
Complementary color
Monochromatic Colors of #66307B
Black with #66307B
Text Example
Text Example
White with #66307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66307B; }
p { color: rgb(102,48,123); }
H1.HeaderClassName
{
color: #66307B;
}
.AnyTagClassName
{
color: #66307B;
}
</style>
background-color css
<style>
a { background-color: #66307B; }
a { background-color: rgb(102,48,123); }
div.DivClassName
{
background-color: #66307B;
}
.BgClassName
{
background-color: #66307B;
}
</style>
border-color css
<style>
span { border-color: #66307B; }
span { border-color: rgb(102,48,123); }
td.TdClassName
{
border-color: #66307B;
}
.TagClassName
{
border-color: #66307B;
}
</style>