Shades of Eminence #67327F
Tints of Eminence #67327F
RGB
CMYK
RGB Variations
Color information
#67327F (or 0x67327F) is known color: Eminence. HEX triplet: 67, 32 and 7F. RGB value is (103,50,127). Sum of RGB (Red+Green+Blue) = 103+50+127=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #67327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67327F is #98CD80. Grayscale: #4A4A4A. Windows color (decimal): -10014081 or 8335975. OLE color: 8335975.
HSL color Cylindrical-coordinate representation of color #67327F: hue angle of 281.3º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67327F is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 50 | 127 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.50 |
| HSL | 281.3º | 0.44% | 0.35% | - |
| HSV(B) | 281.3º | 0.61% | 0.5% | - |
| XYZ | 10.56 | 6.7 | 20.81 | - |
| YUV | 74.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 127 | 0.19 | 0.61 | 0 | 0.50 | 281.3 | 0.44 | 0.35 |
| Hex | 67 | 32 | 7F | 13 | 3D | 0 | 32 | 119 | 2C | 23 |
| Octal | 147 | 62 | 177 | 23 | 75 | 0 | 62 | 431 | 54 | 43 |
| Binary | 1100111 | 110010 | 1111111 | 10011 | 111101 | 0 | 110010 | 100011001 | 101100 | 100011 |
Color Harmonies of #67327F
Complementary color
Monochromatic Colors of #67327F
Black with #67327F
Text Example
Text Example
White with #67327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67327F; }
p { color: rgb(103,50,127); }
H1.HeaderClassName
{
color: #67327F;
}
.AnyTagClassName
{
color: #67327F;
}
</style>
background-color css
<style>
a { background-color: #67327F; }
a { background-color: rgb(103,50,127); }
div.DivClassName
{
background-color: #67327F;
}
.BgClassName
{
background-color: #67327F;
}
</style>
border-color css
<style>
span { border-color: #67327F; }
span { border-color: rgb(103,50,127); }
td.TdClassName
{
border-color: #67327F;
}
.TagClassName
{
border-color: #67327F;
}
</style>