Shades of Eminence #68377B
Tints of Eminence #68377B
RGB
CMYK
RGB Variations
Color information
#68377B (or 0x68377B) is known color: Eminence. HEX triplet: 68, 37 and 7B. RGB value is (104,55,123). Sum of RGB (Red+Green+Blue) = 104+55+123=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #68377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68377B is #97C884. Grayscale: #4D4D4D. Windows color (decimal): -9947269 or 8075112. OLE color: 8075112.
HSL color Cylindrical-coordinate representation of color #68377B: hue angle of 283.24º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68377B is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 55 | 123 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.52 |
| HSL | 283.24º | 0.38% | 0.35% | - |
| HSV(B) | 283.24º | 0.55% | 0.48% | - |
| XYZ | 10.65 | 7.11 | 19.55 | - |
| YUV | 77.4 | 153.73 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 55 | 123 | 0.15 | 0.55 | 0 | 0.52 | 283.24 | 0.38 | 0.35 |
| Hex | 68 | 37 | 7B | F | 37 | 0 | 34 | 11B | 26 | 23 |
| Octal | 150 | 67 | 173 | 17 | 67 | 0 | 64 | 433 | 46 | 43 |
| Binary | 1101000 | 110111 | 1111011 | 1111 | 110111 | 0 | 110100 | 100011011 | 100110 | 100011 |
Color Harmonies of #68377B
Complementary color
Monochromatic Colors of #68377B
Black with #68377B
Text Example
Text Example
White with #68377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68377B; }
p { color: rgb(104,55,123); }
H1.HeaderClassName
{
color: #68377B;
}
.AnyTagClassName
{
color: #68377B;
}
</style>
background-color css
<style>
a { background-color: #68377B; }
a { background-color: rgb(104,55,123); }
div.DivClassName
{
background-color: #68377B;
}
.BgClassName
{
background-color: #68377B;
}
</style>
border-color css
<style>
span { border-color: #68377B; }
span { border-color: rgb(104,55,123); }
td.TdClassName
{
border-color: #68377B;
}
.TagClassName
{
border-color: #68377B;
}
</style>