Shades of Eminence #6A3382
Tints of Eminence #6A3382
RGB
CMYK
RGB Variations
Color information
#6A3382 (or 0x6A3382) is known color: Eminence. HEX triplet: 6A, 33 and 82. RGB value is (106,51,130). Sum of RGB (Red+Green+Blue) = 106+51+130=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A3382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3382 is #95CC7D. Grayscale: #4C4C4C. Windows color (decimal): -9817214 or 8532842. OLE color: 8532842.
HSL color Cylindrical-coordinate representation of color #6A3382: hue angle of 281.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A3382 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 51 | 130 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.49 |
| HSL | 281.77º | 0.44% | 0.35% | - |
| HSV(B) | 281.77º | 0.61% | 0.51% | - |
| XYZ | 11.16 | 7.04 | 21.89 | - |
| YUV | 76.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 51 | 130 | 0.18 | 0.61 | 0 | 0.49 | 281.77 | 0.44 | 0.35 |
| Hex | 6A | 33 | 82 | 12 | 3D | 0 | 31 | 11A | 2C | 23 |
| Octal | 152 | 63 | 202 | 22 | 75 | 0 | 61 | 432 | 54 | 43 |
| Binary | 1101010 | 110011 | 10000010 | 10010 | 111101 | 0 | 110001 | 100011010 | 101100 | 100011 |
Color Harmonies of #6A3382
Complementary color
Monochromatic Colors of #6A3382
Black with #6A3382
Text Example
Text Example
White with #6A3382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3382; }
p { color: rgb(106,51,130); }
H1.HeaderClassName
{
color: #6A3382;
}
.AnyTagClassName
{
color: #6A3382;
}
</style>
background-color css
<style>
a { background-color: #6A3382; }
a { background-color: rgb(106,51,130); }
div.DivClassName
{
background-color: #6A3382;
}
.BgClassName
{
background-color: #6A3382;
}
</style>
border-color css
<style>
span { border-color: #6A3382; }
span { border-color: rgb(106,51,130); }
td.TdClassName
{
border-color: #6A3382;
}
.TagClassName
{
border-color: #6A3382;
}
</style>