Shades of Eminence #68367C
Tints of Eminence #68367C
RGB
CMYK
RGB Variations
Color information
#68367C (or 0x68367C) is known color: Eminence. HEX triplet: 68, 36 and 7C. RGB value is (104,54,124). Sum of RGB (Red+Green+Blue) = 104+54+124=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #68367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68367C is #97C983. Grayscale: #4C4C4C. Windows color (decimal): -9947524 or 8140392. OLE color: 8140392.
HSL color Cylindrical-coordinate representation of color #68367C: hue angle of 282.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68367C is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 54 | 124 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.51 |
| HSL | 282.86º | 0.39% | 0.35% | - |
| HSV(B) | 282.86º | 0.56% | 0.49% | - |
| XYZ | 10.67 | 7.04 | 19.86 | - |
| YUV | 76.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 124 | 0.16 | 0.56 | 0 | 0.51 | 282.86 | 0.39 | 0.35 |
| Hex | 68 | 36 | 7C | 10 | 38 | 0 | 33 | 11B | 27 | 23 |
| Octal | 150 | 66 | 174 | 20 | 70 | 0 | 63 | 433 | 47 | 43 |
| Binary | 1101000 | 110110 | 1111100 | 10000 | 111000 | 0 | 110011 | 100011011 | 100111 | 100011 |
Color Harmonies of #68367C
Complementary color
Monochromatic Colors of #68367C
Black with #68367C
Text Example
Text Example
White with #68367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68367C; }
p { color: rgb(104,54,124); }
H1.HeaderClassName
{
color: #68367C;
}
.AnyTagClassName
{
color: #68367C;
}
</style>
background-color css
<style>
a { background-color: #68367C; }
a { background-color: rgb(104,54,124); }
div.DivClassName
{
background-color: #68367C;
}
.BgClassName
{
background-color: #68367C;
}
</style>
border-color css
<style>
span { border-color: #68367C; }
span { border-color: rgb(104,54,124); }
td.TdClassName
{
border-color: #68367C;
}
.TagClassName
{
border-color: #68367C;
}
</style>