Shades of Eminence #67337E
Tints of Eminence #67337E
RGB
CMYK
RGB Variations
Color information
#67337E (or 0x67337E) is known color: Eminence. HEX triplet: 67, 33 and 7E. RGB value is (103,51,126). Sum of RGB (Red+Green+Blue) = 103+51+126=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #67337E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67337E is #98CC81. Grayscale: #4A4A4A. Windows color (decimal): -10013826 or 8270695. OLE color: 8270695.
HSL color Cylindrical-coordinate representation of color #67337E: hue angle of 281.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67337E is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 51 | 126 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.51 |
| HSL | 281.6º | 0.42% | 0.35% | - |
| HSV(B) | 281.6º | 0.6% | 0.49% | - |
| XYZ | 10.54 | 6.76 | 20.49 | - |
| YUV | 75.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 126 | 0.18 | 0.60 | 0 | 0.51 | 281.6 | 0.42 | 0.35 |
| Hex | 67 | 33 | 7E | 12 | 3C | 0 | 33 | 11A | 2A | 23 |
| Octal | 147 | 63 | 176 | 22 | 74 | 0 | 63 | 432 | 52 | 43 |
| Binary | 1100111 | 110011 | 1111110 | 10010 | 111100 | 0 | 110011 | 100011010 | 101010 | 100011 |
Color Harmonies of #67337E
Complementary color
Monochromatic Colors of #67337E
Black with #67337E
Text Example
Text Example
White with #67337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67337E; }
p { color: rgb(103,51,126); }
H1.HeaderClassName
{
color: #67337E;
}
.AnyTagClassName
{
color: #67337E;
}
</style>
background-color css
<style>
a { background-color: #67337E; }
a { background-color: rgb(103,51,126); }
div.DivClassName
{
background-color: #67337E;
}
.BgClassName
{
background-color: #67337E;
}
</style>
border-color css
<style>
span { border-color: #67337E; }
span { border-color: rgb(103,51,126); }
td.TdClassName
{
border-color: #67337E;
}
.TagClassName
{
border-color: #67337E;
}
</style>