Shades of Eminence #68367B
Tints of Eminence #68367B
RGB
CMYK
RGB Variations
Color information
#68367B (or 0x68367B) is known color: Eminence. HEX triplet: 68, 36 and 7B. RGB value is (104,54,123). Sum of RGB (Red+Green+Blue) = 104+54+123=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #68367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68367B is #97C984. Grayscale: #4C4C4C. Windows color (decimal): -9947525 or 8074856. OLE color: 8074856.
HSL color Cylindrical-coordinate representation of color #68367B: hue angle of 283.48º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68367B is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 54 | 123 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.52 |
| HSL | 283.48º | 0.39% | 0.35% | - |
| HSV(B) | 283.48º | 0.56% | 0.48% | - |
| XYZ | 10.6 | 7.01 | 19.53 | - |
| YUV | 76.82 | 154.07 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 123 | 0.15 | 0.56 | 0 | 0.52 | 283.48 | 0.39 | 0.35 |
| Hex | 68 | 36 | 7B | F | 38 | 0 | 34 | 11B | 27 | 23 |
| Octal | 150 | 66 | 173 | 17 | 70 | 0 | 64 | 433 | 47 | 43 |
| Binary | 1101000 | 110110 | 1111011 | 1111 | 111000 | 0 | 110100 | 100011011 | 100111 | 100011 |
Color Harmonies of #68367B
Complementary color
Monochromatic Colors of #68367B
Black with #68367B
Text Example
Text Example
White with #68367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68367B; }
p { color: rgb(104,54,123); }
H1.HeaderClassName
{
color: #68367B;
}
.AnyTagClassName
{
color: #68367B;
}
</style>
background-color css
<style>
a { background-color: #68367B; }
a { background-color: rgb(104,54,123); }
div.DivClassName
{
background-color: #68367B;
}
.BgClassName
{
background-color: #68367B;
}
</style>
border-color css
<style>
span { border-color: #68367B; }
span { border-color: rgb(104,54,123); }
td.TdClassName
{
border-color: #68367B;
}
.TagClassName
{
border-color: #68367B;
}
</style>