Shades of Eminence #6A3C72
Tints of Eminence #6A3C72
RGB
CMYK
RGB Variations
Color information
#6A3C72 (or 0x6A3C72) is known color: Eminence. HEX triplet: 6A, 3C and 72. RGB value is (106,60,114). Sum of RGB (Red+Green+Blue) = 106+60+114=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A3C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3C72 is #95C38D. Grayscale: #4F4F4F. Windows color (decimal): -9814926 or 7486570. OLE color: 7486570.
HSL color Cylindrical-coordinate representation of color #6A3C72: hue angle of 291.11º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A3C72 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 60 | 114 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.55 |
| HSL | 291.11º | 0.31% | 0.34% | - |
| HSV(B) | 291.11º | 0.47% | 0.45% | - |
| XYZ | 10.6 | 7.51 | 16.81 | - |
| YUV | 79.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 60 | 114 | 0.07 | 0.47 | 0 | 0.55 | 291.11 | 0.31 | 0.34 |
| Hex | 6A | 3C | 72 | 7 | 2F | 0 | 37 | 123 | 1F | 22 |
| Octal | 152 | 74 | 162 | 7 | 57 | 0 | 67 | 443 | 37 | 42 |
| Binary | 1101010 | 111100 | 1110010 | 111 | 101111 | 0 | 110111 | 100100011 | 11111 | 100010 |
Color Harmonies of #6A3C72
Complementary color
Monochromatic Colors of #6A3C72
Black with #6A3C72
Text Example
Text Example
White with #6A3C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3C72; }
p { color: rgb(106,60,114); }
H1.HeaderClassName
{
color: #6A3C72;
}
.AnyTagClassName
{
color: #6A3C72;
}
</style>
background-color css
<style>
a { background-color: #6A3C72; }
a { background-color: rgb(106,60,114); }
div.DivClassName
{
background-color: #6A3C72;
}
.BgClassName
{
background-color: #6A3C72;
}
</style>
border-color css
<style>
span { border-color: #6A3C72; }
span { border-color: rgb(106,60,114); }
td.TdClassName
{
border-color: #6A3C72;
}
.TagClassName
{
border-color: #6A3C72;
}
</style>