Shades of Eminence #67327C
Tints of Eminence #67327C
RGB
CMYK
RGB Variations
Color information
#67327C (or 0x67327C) is known color: Eminence. HEX triplet: 67, 32 and 7C. RGB value is (103,50,124). Sum of RGB (Red+Green+Blue) = 103+50+124=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #67327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67327C is #98CD83. Grayscale: #4A4A4A. Windows color (decimal): -10014084 or 8139367. OLE color: 8139367.
HSL color Cylindrical-coordinate representation of color #67327C: hue angle of 282.97º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67327C is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 50 | 124 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.51 |
| HSL | 282.97º | 0.43% | 0.34% | - |
| HSV(B) | 282.97º | 0.6% | 0.49% | - |
| XYZ | 10.37 | 6.62 | 19.8 | - |
| YUV | 74.28 | 156.06 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 124 | 0.17 | 0.60 | 0 | 0.51 | 282.97 | 0.43 | 0.34 |
| Hex | 67 | 32 | 7C | 11 | 3C | 0 | 33 | 11B | 2B | 22 |
| Octal | 147 | 62 | 174 | 21 | 74 | 0 | 63 | 433 | 53 | 42 |
| Binary | 1100111 | 110010 | 1111100 | 10001 | 111100 | 0 | 110011 | 100011011 | 101011 | 100010 |
Color Harmonies of #67327C
Complementary color
Monochromatic Colors of #67327C
Black with #67327C
Text Example
Text Example
White with #67327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67327C; }
p { color: rgb(103,50,124); }
H1.HeaderClassName
{
color: #67327C;
}
.AnyTagClassName
{
color: #67327C;
}
</style>
background-color css
<style>
a { background-color: #67327C; }
a { background-color: rgb(103,50,124); }
div.DivClassName
{
background-color: #67327C;
}
.BgClassName
{
background-color: #67327C;
}
</style>
border-color css
<style>
span { border-color: #67327C; }
span { border-color: rgb(103,50,124); }
td.TdClassName
{
border-color: #67327C;
}
.TagClassName
{
border-color: #67327C;
}
</style>