Shades of Eminence #68357A
Tints of Eminence #68357A
RGB
CMYK
RGB Variations
Color information
#68357A (or 0x68357A) is known color: Eminence. HEX triplet: 68, 35 and 7A. RGB value is (104,53,122). Sum of RGB (Red+Green+Blue) = 104+53+122=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #68357A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68357A is #97CA85. Grayscale: #4B4B4B. Windows color (decimal): -9947782 or 8009064. OLE color: 8009064.
HSL color Cylindrical-coordinate representation of color #68357A: hue angle of 284.35º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68357A is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 53 | 122 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.52 |
| HSL | 284.35º | 0.39% | 0.34% | - |
| HSV(B) | 284.35º | 0.57% | 0.48% | - |
| XYZ | 10.49 | 6.89 | 19.19 | - |
| YUV | 76.12 | 153.9 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 122 | 0.15 | 0.57 | 0 | 0.52 | 284.35 | 0.39 | 0.34 |
| Hex | 68 | 35 | 7A | F | 39 | 0 | 34 | 11C | 27 | 22 |
| Octal | 150 | 65 | 172 | 17 | 71 | 0 | 64 | 434 | 47 | 42 |
| Binary | 1101000 | 110101 | 1111010 | 1111 | 111001 | 0 | 110100 | 100011100 | 100111 | 100010 |
Color Harmonies of #68357A
Complementary color
Monochromatic Colors of #68357A
Black with #68357A
Text Example
Text Example
White with #68357A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68357A; }
p { color: rgb(104,53,122); }
H1.HeaderClassName
{
color: #68357A;
}
.AnyTagClassName
{
color: #68357A;
}
</style>
background-color css
<style>
a { background-color: #68357A; }
a { background-color: rgb(104,53,122); }
div.DivClassName
{
background-color: #68357A;
}
.BgClassName
{
background-color: #68357A;
}
</style>
border-color css
<style>
span { border-color: #68357A; }
span { border-color: rgb(104,53,122); }
td.TdClassName
{
border-color: #68357A;
}
.TagClassName
{
border-color: #68357A;
}
</style>