Shades of Eminence #6A3B72
Tints of Eminence #6A3B72
RGB
CMYK
RGB Variations
Color information
#6A3B72 (or 0x6A3B72) is known color: Eminence. HEX triplet: 6A, 3B and 72. RGB value is (106,59,114). Sum of RGB (Red+Green+Blue) = 106+59+114=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A3B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3B72 is #95C48D. Grayscale: #4F4F4F. Windows color (decimal): -9815182 or 7486314. OLE color: 7486314.
HSL color Cylindrical-coordinate representation of color #6A3B72: hue angle of 291.27º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A3B72 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 59 | 114 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.55 |
| HSL | 291.27º | 0.32% | 0.34% | - |
| HSV(B) | 291.27º | 0.48% | 0.45% | - |
| XYZ | 10.55 | 7.41 | 16.79 | - |
| YUV | 79.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 59 | 114 | 0.07 | 0.48 | 0 | 0.55 | 291.27 | 0.32 | 0.34 |
| Hex | 6A | 3B | 72 | 7 | 30 | 0 | 37 | 123 | 20 | 22 |
| Octal | 152 | 73 | 162 | 7 | 60 | 0 | 67 | 443 | 40 | 42 |
| Binary | 1101010 | 111011 | 1110010 | 111 | 110000 | 0 | 110111 | 100100011 | 100000 | 100010 |
Color Harmonies of #6A3B72
Complementary color
Monochromatic Colors of #6A3B72
Black with #6A3B72
Text Example
Text Example
White with #6A3B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3B72; }
p { color: rgb(106,59,114); }
H1.HeaderClassName
{
color: #6A3B72;
}
.AnyTagClassName
{
color: #6A3B72;
}
</style>
background-color css
<style>
a { background-color: #6A3B72; }
a { background-color: rgb(106,59,114); }
div.DivClassName
{
background-color: #6A3B72;
}
.BgClassName
{
background-color: #6A3B72;
}
</style>
border-color css
<style>
span { border-color: #6A3B72; }
span { border-color: rgb(106,59,114); }
td.TdClassName
{
border-color: #6A3B72;
}
.TagClassName
{
border-color: #6A3B72;
}
</style>