Shades of Eminence #68327C
Tints of Eminence #68327C
RGB
CMYK
RGB Variations
Color information
#68327C (or 0x68327C) is known color: Eminence. HEX triplet: 68, 32 and 7C. RGB value is (104,50,124). Sum of RGB (Red+Green+Blue) = 104+50+124=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #68327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68327C is #97CD83. Grayscale: #4A4A4A. Windows color (decimal): -9948548 or 8139368. OLE color: 8139368.
HSL color Cylindrical-coordinate representation of color #68327C: hue angle of 283.78º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68327C is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 50 | 124 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.51 |
| HSL | 283.78º | 0.43% | 0.34% | - |
| HSV(B) | 283.78º | 0.6% | 0.49% | - |
| XYZ | 10.49 | 6.68 | 19.81 | - |
| YUV | 74.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 124 | 0.16 | 0.60 | 0 | 0.51 | 283.78 | 0.43 | 0.34 |
| Hex | 68 | 32 | 7C | 10 | 3C | 0 | 33 | 11C | 2B | 22 |
| Octal | 150 | 62 | 174 | 20 | 74 | 0 | 63 | 434 | 53 | 42 |
| Binary | 1101000 | 110010 | 1111100 | 10000 | 111100 | 0 | 110011 | 100011100 | 101011 | 100010 |
Color Harmonies of #68327C
Complementary color
Monochromatic Colors of #68327C
Black with #68327C
Text Example
Text Example
White with #68327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68327C; }
p { color: rgb(104,50,124); }
H1.HeaderClassName
{
color: #68327C;
}
.AnyTagClassName
{
color: #68327C;
}
</style>
background-color css
<style>
a { background-color: #68327C; }
a { background-color: rgb(104,50,124); }
div.DivClassName
{
background-color: #68327C;
}
.BgClassName
{
background-color: #68327C;
}
</style>
border-color css
<style>
span { border-color: #68327C; }
span { border-color: rgb(104,50,124); }
td.TdClassName
{
border-color: #68327C;
}
.TagClassName
{
border-color: #68327C;
}
</style>