Shades of Eminence #68367D
Tints of Eminence #68367D
RGB
CMYK
RGB Variations
Color information
#68367D (or 0x68367D) is known color: Eminence. HEX triplet: 68, 36 and 7D. RGB value is (104,54,125). Sum of RGB (Red+Green+Blue) = 104+54+125=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #68367D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68367D is #97C982. Grayscale: #4C4C4C. Windows color (decimal): -9947523 or 8205928. OLE color: 8205928.
HSL color Cylindrical-coordinate representation of color #68367D: hue angle of 282.25º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68367D is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 54 | 125 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.51 |
| HSL | 282.25º | 0.4% | 0.35% | - |
| HSV(B) | 282.25º | 0.57% | 0.49% | - |
| XYZ | 10.73 | 7.06 | 20.2 | - |
| YUV | 77.04 | 155.07 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 125 | 0.17 | 0.57 | 0 | 0.51 | 282.25 | 0.4 | 0.35 |
| Hex | 68 | 36 | 7D | 11 | 39 | 0 | 33 | 11A | 28 | 23 |
| Octal | 150 | 66 | 175 | 21 | 71 | 0 | 63 | 432 | 50 | 43 |
| Binary | 1101000 | 110110 | 1111101 | 10001 | 111001 | 0 | 110011 | 100011010 | 101000 | 100011 |
Color Harmonies of #68367D
Complementary color
Monochromatic Colors of #68367D
Black with #68367D
Text Example
Text Example
White with #68367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68367D; }
p { color: rgb(104,54,125); }
H1.HeaderClassName
{
color: #68367D;
}
.AnyTagClassName
{
color: #68367D;
}
</style>
background-color css
<style>
a { background-color: #68367D; }
a { background-color: rgb(104,54,125); }
div.DivClassName
{
background-color: #68367D;
}
.BgClassName
{
background-color: #68367D;
}
</style>
border-color css
<style>
span { border-color: #68367D; }
span { border-color: rgb(104,54,125); }
td.TdClassName
{
border-color: #68367D;
}
.TagClassName
{
border-color: #68367D;
}
</style>