Shades of Eminence #6F2482
Tints of Eminence #6F2482
RGB
CMYK
RGB Variations
Color information
#6F2482 (or 0x6F2482) is known color: Eminence. HEX triplet: 6F, 24 and 82. RGB value is (111,36,130). Sum of RGB (Red+Green+Blue) = 111+36+130=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F2482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2482 is #90DB7D. Grayscale: #444444. Windows color (decimal): -9493374 or 8529007. OLE color: 8529007.
HSL color Cylindrical-coordinate representation of color #6F2482: hue angle of 287.87º degrees, saturation: 0.57, 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 #6F2482 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 36 | 130 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.49 |
| HSL | 287.87º | 0.57% | 0.33% | - |
| HSV(B) | 287.87º | 0.72% | 0.51% | - |
| XYZ | 11.22 | 6.25 | 21.73 | - |
| YUV | 69.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 130 | 0.15 | 0.72 | 0 | 0.49 | 287.87 | 0.57 | 0.33 |
| Hex | 6F | 24 | 82 | F | 48 | 0 | 31 | 120 | 39 | 21 |
| Octal | 157 | 44 | 202 | 17 | 110 | 0 | 61 | 440 | 71 | 41 |
| Binary | 1101111 | 100100 | 10000010 | 1111 | 1001000 | 0 | 110001 | 100100000 | 111001 | 100001 |
Color Harmonies of #6F2482
Complementary color
Monochromatic Colors of #6F2482
Black with #6F2482
Text Example
Text Example
White with #6F2482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2482; }
p { color: rgb(111,36,130); }
H1.HeaderClassName
{
color: #6F2482;
}
.AnyTagClassName
{
color: #6F2482;
}
</style>
background-color css
<style>
a { background-color: #6F2482; }
a { background-color: rgb(111,36,130); }
div.DivClassName
{
background-color: #6F2482;
}
.BgClassName
{
background-color: #6F2482;
}
</style>
border-color css
<style>
span { border-color: #6F2482; }
span { border-color: rgb(111,36,130); }
td.TdClassName
{
border-color: #6F2482;
}
.TagClassName
{
border-color: #6F2482;
}
</style>