Shades of Eminence #68367A
Tints of Eminence #68367A
RGB
CMYK
RGB Variations
Color information
#68367A (or 0x68367A) is known color: Eminence. HEX triplet: 68, 36 and 7A. RGB value is (104,54,122). Sum of RGB (Red+Green+Blue) = 104+54+122=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #68367A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68367A is #97C985. Grayscale: #4C4C4C. Windows color (decimal): -9947526 or 8009320. OLE color: 8009320.
HSL color Cylindrical-coordinate representation of color #68367A: hue angle of 284.12º 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 #68367A is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 54 | 122 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.52 |
| HSL | 284.12º | 0.39% | 0.35% | - |
| HSV(B) | 284.12º | 0.56% | 0.48% | - |
| XYZ | 10.54 | 6.99 | 19.21 | - |
| YUV | 76.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 122 | 0.15 | 0.56 | 0 | 0.52 | 284.12 | 0.39 | 0.35 |
| Hex | 68 | 36 | 7A | F | 38 | 0 | 34 | 11C | 27 | 23 |
| Octal | 150 | 66 | 172 | 17 | 70 | 0 | 64 | 434 | 47 | 43 |
| Binary | 1101000 | 110110 | 1111010 | 1111 | 111000 | 0 | 110100 | 100011100 | 100111 | 100011 |
Color Harmonies of #68367A
Complementary color
Monochromatic Colors of #68367A
Black with #68367A
Text Example
Text Example
White with #68367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68367A; }
p { color: rgb(104,54,122); }
H1.HeaderClassName
{
color: #68367A;
}
.AnyTagClassName
{
color: #68367A;
}
</style>
background-color css
<style>
a { background-color: #68367A; }
a { background-color: rgb(104,54,122); }
div.DivClassName
{
background-color: #68367A;
}
.BgClassName
{
background-color: #68367A;
}
</style>
border-color css
<style>
span { border-color: #68367A; }
span { border-color: rgb(104,54,122); }
td.TdClassName
{
border-color: #68367A;
}
.TagClassName
{
border-color: #68367A;
}
</style>