Shades of Eminence #6A3582
Tints of Eminence #6A3582
RGB
CMYK
RGB Variations
Color information
#6A3582 (or 0x6A3582) is known color: Eminence. HEX triplet: 6A, 35 and 82. RGB value is (106,53,130). Sum of RGB (Red+Green+Blue) = 106+53+130=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A3582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3582 is #95CA7D. Grayscale: #4D4D4D. Windows color (decimal): -9816702 or 8533354. OLE color: 8533354.
HSL color Cylindrical-coordinate representation of color #6A3582: hue angle of 281.3º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A3582 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 53 | 130 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.49 |
| HSL | 281.3º | 0.42% | 0.36% | - |
| HSV(B) | 281.3º | 0.59% | 0.51% | - |
| XYZ | 11.25 | 7.22 | 21.92 | - |
| YUV | 77.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 53 | 130 | 0.18 | 0.59 | 0 | 0.49 | 281.3 | 0.42 | 0.36 |
| Hex | 6A | 35 | 82 | 12 | 3B | 0 | 31 | 119 | 2A | 24 |
| Octal | 152 | 65 | 202 | 22 | 73 | 0 | 61 | 431 | 52 | 44 |
| Binary | 1101010 | 110101 | 10000010 | 10010 | 111011 | 0 | 110001 | 100011001 | 101010 | 100100 |
Color Harmonies of #6A3582
Complementary color
Monochromatic Colors of #6A3582
Black with #6A3582
Text Example
Text Example
White with #6A3582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3582; }
p { color: rgb(106,53,130); }
H1.HeaderClassName
{
color: #6A3582;
}
.AnyTagClassName
{
color: #6A3582;
}
</style>
background-color css
<style>
a { background-color: #6A3582; }
a { background-color: rgb(106,53,130); }
div.DivClassName
{
background-color: #6A3582;
}
.BgClassName
{
background-color: #6A3582;
}
</style>
border-color css
<style>
span { border-color: #6A3582; }
span { border-color: rgb(106,53,130); }
td.TdClassName
{
border-color: #6A3582;
}
.TagClassName
{
border-color: #6A3582;
}
</style>