Shades of Eminence #6A2582
Tints of Eminence #6A2582
RGB
CMYK
RGB Variations
Color information
#6A2582 (or 0x6A2582) is known color: Eminence. HEX triplet: 6A, 25 and 82. RGB value is (106,37,130). Sum of RGB (Red+Green+Blue) = 106+37+130=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A2582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2582 is #95DA7D. Grayscale: #434343. Windows color (decimal): -9820798 or 8529258. OLE color: 8529258.
HSL color Cylindrical-coordinate representation of color #6A2582: hue angle of 284.52º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A2582 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 37 | 130 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.49 |
| HSL | 284.52º | 0.56% | 0.33% | - |
| HSV(B) | 284.52º | 0.72% | 0.51% | - |
| XYZ | 10.63 | 6 | 21.72 | - |
| YUV | 68.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 37 | 130 | 0.18 | 0.72 | 0 | 0.49 | 284.52 | 0.56 | 0.33 |
| Hex | 6A | 25 | 82 | 12 | 48 | 0 | 31 | 11D | 38 | 21 |
| Octal | 152 | 45 | 202 | 22 | 110 | 0 | 61 | 435 | 70 | 41 |
| Binary | 1101010 | 100101 | 10000010 | 10010 | 1001000 | 0 | 110001 | 100011101 | 111000 | 100001 |
Color Harmonies of #6A2582
Complementary color
Monochromatic Colors of #6A2582
Black with #6A2582
Text Example
Text Example
White with #6A2582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2582; }
p { color: rgb(106,37,130); }
H1.HeaderClassName
{
color: #6A2582;
}
.AnyTagClassName
{
color: #6A2582;
}
</style>
background-color css
<style>
a { background-color: #6A2582; }
a { background-color: rgb(106,37,130); }
div.DivClassName
{
background-color: #6A2582;
}
.BgClassName
{
background-color: #6A2582;
}
</style>
border-color css
<style>
span { border-color: #6A2582; }
span { border-color: rgb(106,37,130); }
td.TdClassName
{
border-color: #6A2582;
}
.TagClassName
{
border-color: #6A2582;
}
</style>