Shades of Eminence #6A3672
Tints of Eminence #6A3672
RGB
CMYK
RGB Variations
Color information
#6A3672 (or 0x6A3672) is known color: Eminence. HEX triplet: 6A, 36 and 72. RGB value is (106,54,114). Sum of RGB (Red+Green+Blue) = 106+54+114=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A3672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3672 is #95C98D. Grayscale: #4C4C4C. Windows color (decimal): -9816462 or 7485034. OLE color: 7485034.
HSL color Cylindrical-coordinate representation of color #6A3672: hue angle of 292º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A3672 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 54 | 114 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.55 |
| HSL | 292º | 0.36% | 0.33% | - |
| HSV(B) | 292º | 0.53% | 0.45% | - |
| XYZ | 10.3 | 6.92 | 16.71 | - |
| YUV | 76.39 | 149.23 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 54 | 114 | 0.07 | 0.53 | 0 | 0.55 | 292 | 0.36 | 0.33 |
| Hex | 6A | 36 | 72 | 7 | 35 | 0 | 37 | 124 | 24 | 21 |
| Octal | 152 | 66 | 162 | 7 | 65 | 0 | 67 | 444 | 44 | 41 |
| Binary | 1101010 | 110110 | 1110010 | 111 | 110101 | 0 | 110111 | 100100100 | 100100 | 100001 |
Color Harmonies of #6A3672
Complementary color
Monochromatic Colors of #6A3672
Black with #6A3672
Text Example
Text Example
White with #6A3672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3672; }
p { color: rgb(106,54,114); }
H1.HeaderClassName
{
color: #6A3672;
}
.AnyTagClassName
{
color: #6A3672;
}
</style>
background-color css
<style>
a { background-color: #6A3672; }
a { background-color: rgb(106,54,114); }
div.DivClassName
{
background-color: #6A3672;
}
.BgClassName
{
background-color: #6A3672;
}
</style>
border-color css
<style>
span { border-color: #6A3672; }
span { border-color: rgb(106,54,114); }
td.TdClassName
{
border-color: #6A3672;
}
.TagClassName
{
border-color: #6A3672;
}
</style>