Shades of Eminence #6A367A
Tints of Eminence #6A367A
RGB
CMYK
RGB Variations
Color information
#6A367A (or 0x6A367A) is known color: Eminence. HEX triplet: 6A, 36 and 7A. RGB value is (106,54,122). Sum of RGB (Red+Green+Blue) = 106+54+122=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #6A367A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A367A is #95C985. Grayscale: #4D4D4D. Windows color (decimal): -9816454 or 8009322. OLE color: 8009322.
HSL color Cylindrical-coordinate representation of color #6A367A: hue angle of 285.88º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A367A is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 54 | 122 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.52 |
| HSL | 285.88º | 0.39% | 0.35% | - |
| HSV(B) | 285.88º | 0.56% | 0.48% | - |
| XYZ | 10.78 | 7.11 | 19.22 | - |
| YUV | 77.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 54 | 122 | 0.13 | 0.56 | 0 | 0.52 | 285.88 | 0.39 | 0.35 |
| Hex | 6A | 36 | 7A | D | 38 | 0 | 34 | 11E | 27 | 23 |
| Octal | 152 | 66 | 172 | 15 | 70 | 0 | 64 | 436 | 47 | 43 |
| Binary | 1101010 | 110110 | 1111010 | 1101 | 111000 | 0 | 110100 | 100011110 | 100111 | 100011 |
Color Harmonies of #6A367A
Complementary color
Monochromatic Colors of #6A367A
Black with #6A367A
Text Example
Text Example
White with #6A367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A367A; }
p { color: rgb(106,54,122); }
H1.HeaderClassName
{
color: #6A367A;
}
.AnyTagClassName
{
color: #6A367A;
}
</style>
background-color css
<style>
a { background-color: #6A367A; }
a { background-color: rgb(106,54,122); }
div.DivClassName
{
background-color: #6A367A;
}
.BgClassName
{
background-color: #6A367A;
}
</style>
border-color css
<style>
span { border-color: #6A367A; }
span { border-color: rgb(106,54,122); }
td.TdClassName
{
border-color: #6A367A;
}
.TagClassName
{
border-color: #6A367A;
}
</style>