Shades of Eminence #68327F
Tints of Eminence #68327F
RGB
CMYK
RGB Variations
Color information
#68327F (or 0x68327F) is known color: Eminence. HEX triplet: 68, 32 and 7F. RGB value is (104,50,127). Sum of RGB (Red+Green+Blue) = 104+50+127=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #68327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68327F is #97CD80. Grayscale: #4A4A4A. Windows color (decimal): -9948545 or 8335976. OLE color: 8335976.
HSL color Cylindrical-coordinate representation of color #68327F: hue angle of 282.08º 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 #68327F is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 50 | 127 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.50 |
| HSL | 282.08º | 0.44% | 0.35% | - |
| HSV(B) | 282.08º | 0.61% | 0.5% | - |
| XYZ | 10.68 | 6.76 | 20.82 | - |
| YUV | 74.92 | 157.39 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 127 | 0.18 | 0.61 | 0 | 0.50 | 282.08 | 0.44 | 0.35 |
| Hex | 68 | 32 | 7F | 12 | 3D | 0 | 32 | 11A | 2C | 23 |
| Octal | 150 | 62 | 177 | 22 | 75 | 0 | 62 | 432 | 54 | 43 |
| Binary | 1101000 | 110010 | 1111111 | 10010 | 111101 | 0 | 110010 | 100011010 | 101100 | 100011 |
Color Harmonies of #68327F
Complementary color
Monochromatic Colors of #68327F
Black with #68327F
Text Example
Text Example
White with #68327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68327F; }
p { color: rgb(104,50,127); }
H1.HeaderClassName
{
color: #68327F;
}
.AnyTagClassName
{
color: #68327F;
}
</style>
background-color css
<style>
a { background-color: #68327F; }
a { background-color: rgb(104,50,127); }
div.DivClassName
{
background-color: #68327F;
}
.BgClassName
{
background-color: #68327F;
}
</style>
border-color css
<style>
span { border-color: #68327F; }
span { border-color: rgb(104,50,127); }
td.TdClassName
{
border-color: #68327F;
}
.TagClassName
{
border-color: #68327F;
}
</style>