Shades of Eminence #68367E
Tints of Eminence #68367E
RGB
CMYK
RGB Variations
Color information
#68367E (or 0x68367E) is known color: Eminence. HEX triplet: 68, 36 and 7E. RGB value is (104,54,126). Sum of RGB (Red+Green+Blue) = 104+54+126=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #68367E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68367E is #97C981. Grayscale: #4C4C4C. Windows color (decimal): -9947522 or 8271464. OLE color: 8271464.
HSL color Cylindrical-coordinate representation of color #68367E: hue angle of 281.67º 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 #68367E is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 54 | 126 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.51 |
| HSL | 281.67º | 0.4% | 0.35% | - |
| HSV(B) | 281.67º | 0.57% | 0.49% | - |
| XYZ | 10.79 | 7.09 | 20.54 | - |
| YUV | 77.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 126 | 0.17 | 0.57 | 0 | 0.51 | 281.67 | 0.4 | 0.35 |
| Hex | 68 | 36 | 7E | 11 | 39 | 0 | 33 | 11A | 28 | 23 |
| Octal | 150 | 66 | 176 | 21 | 71 | 0 | 63 | 432 | 50 | 43 |
| Binary | 1101000 | 110110 | 1111110 | 10001 | 111001 | 0 | 110011 | 100011010 | 101000 | 100011 |
Color Harmonies of #68367E
Complementary color
Monochromatic Colors of #68367E
Black with #68367E
Text Example
Text Example
White with #68367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68367E; }
p { color: rgb(104,54,126); }
H1.HeaderClassName
{
color: #68367E;
}
.AnyTagClassName
{
color: #68367E;
}
</style>
background-color css
<style>
a { background-color: #68367E; }
a { background-color: rgb(104,54,126); }
div.DivClassName
{
background-color: #68367E;
}
.BgClassName
{
background-color: #68367E;
}
</style>
border-color css
<style>
span { border-color: #68367E; }
span { border-color: rgb(104,54,126); }
td.TdClassName
{
border-color: #68367E;
}
.TagClassName
{
border-color: #68367E;
}
</style>