Shades of Eminence #68357B
Tints of Eminence #68357B
RGB
CMYK
RGB Variations
Color information
#68357B (or 0x68357B) is known color: Eminence. HEX triplet: 68, 35 and 7B. RGB value is (104,53,123). Sum of RGB (Red+Green+Blue) = 104+53+123=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #68357B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68357B is #97CA84. Grayscale: #4C4C4C. Windows color (decimal): -9947781 or 8074600. OLE color: 8074600.
HSL color Cylindrical-coordinate representation of color #68357B: hue angle of 283.71º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68357B is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 53 | 123 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.52 |
| HSL | 283.71º | 0.4% | 0.35% | - |
| HSV(B) | 283.71º | 0.57% | 0.48% | - |
| XYZ | 10.56 | 6.92 | 19.52 | - |
| YUV | 76.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 123 | 0.15 | 0.57 | 0 | 0.52 | 283.71 | 0.4 | 0.35 |
| Hex | 68 | 35 | 7B | F | 39 | 0 | 34 | 11C | 28 | 23 |
| Octal | 150 | 65 | 173 | 17 | 71 | 0 | 64 | 434 | 50 | 43 |
| Binary | 1101000 | 110101 | 1111011 | 1111 | 111001 | 0 | 110100 | 100011100 | 101000 | 100011 |
Color Harmonies of #68357B
Complementary color
Monochromatic Colors of #68357B
Black with #68357B
Text Example
Text Example
White with #68357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68357B; }
p { color: rgb(104,53,123); }
H1.HeaderClassName
{
color: #68357B;
}
.AnyTagClassName
{
color: #68357B;
}
</style>
background-color css
<style>
a { background-color: #68357B; }
a { background-color: rgb(104,53,123); }
div.DivClassName
{
background-color: #68357B;
}
.BgClassName
{
background-color: #68357B;
}
</style>
border-color css
<style>
span { border-color: #68357B; }
span { border-color: rgb(104,53,123); }
td.TdClassName
{
border-color: #68357B;
}
.TagClassName
{
border-color: #68357B;
}
</style>