Shades of Eminence #6A3381
Tints of Eminence #6A3381
RGB
CMYK
RGB Variations
Color information
#6A3381 (or 0x6A3381) is known color: Eminence. HEX triplet: 6A, 33 and 81. RGB value is (106,51,129). Sum of RGB (Red+Green+Blue) = 106+51+129=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #6A3381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3381 is #95CC7E. Grayscale: #4C4C4C. Windows color (decimal): -9817215 or 8467306. OLE color: 8467306.
HSL color Cylindrical-coordinate representation of color #6A3381: hue angle of 282.31º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A3381 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 51 | 129 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.49 |
| HSL | 282.31º | 0.43% | 0.35% | - |
| HSV(B) | 282.31º | 0.6% | 0.51% | - |
| XYZ | 11.09 | 7.02 | 21.54 | - |
| YUV | 76.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 51 | 129 | 0.18 | 0.60 | 0 | 0.49 | 282.31 | 0.43 | 0.35 |
| Hex | 6A | 33 | 81 | 12 | 3C | 0 | 31 | 11A | 2B | 23 |
| Octal | 152 | 63 | 201 | 22 | 74 | 0 | 61 | 432 | 53 | 43 |
| Binary | 1101010 | 110011 | 10000001 | 10010 | 111100 | 0 | 110001 | 100011010 | 101011 | 100011 |
Color Harmonies of #6A3381
Complementary color
Monochromatic Colors of #6A3381
Black with #6A3381
Text Example
Text Example
White with #6A3381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3381; }
p { color: rgb(106,51,129); }
H1.HeaderClassName
{
color: #6A3381;
}
.AnyTagClassName
{
color: #6A3381;
}
</style>
background-color css
<style>
a { background-color: #6A3381; }
a { background-color: rgb(106,51,129); }
div.DivClassName
{
background-color: #6A3381;
}
.BgClassName
{
background-color: #6A3381;
}
</style>
border-color css
<style>
span { border-color: #6A3381; }
span { border-color: rgb(106,51,129); }
td.TdClassName
{
border-color: #6A3381;
}
.TagClassName
{
border-color: #6A3381;
}
</style>