Shades of Eminence #6F2782
Tints of Eminence #6F2782
RGB
CMYK
RGB Variations
Color information
#6F2782 (or 0x6F2782) is known color: Eminence. HEX triplet: 6F, 27 and 82. RGB value is (111,39,130). Sum of RGB (Red+Green+Blue) = 111+39+130=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F2782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2782 is #90D87D. Grayscale: #464646. Windows color (decimal): -9492606 or 8529775. OLE color: 8529775.
HSL color Cylindrical-coordinate representation of color #6F2782: hue angle of 287.47º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2782 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 39 | 130 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.49 |
| HSL | 287.47º | 0.54% | 0.33% | - |
| HSV(B) | 287.47º | 0.7% | 0.51% | - |
| XYZ | 11.31 | 6.44 | 21.77 | - |
| YUV | 70.9 | 161.35 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 130 | 0.15 | 0.70 | 0 | 0.49 | 287.47 | 0.54 | 0.33 |
| Hex | 6F | 27 | 82 | F | 46 | 0 | 31 | 11F | 36 | 21 |
| Octal | 157 | 47 | 202 | 17 | 106 | 0 | 61 | 437 | 66 | 41 |
| Binary | 1101111 | 100111 | 10000010 | 1111 | 1000110 | 0 | 110001 | 100011111 | 110110 | 100001 |
Color Harmonies of #6F2782
Complementary color
Monochromatic Colors of #6F2782
Black with #6F2782
Text Example
Text Example
White with #6F2782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2782; }
p { color: rgb(111,39,130); }
H1.HeaderClassName
{
color: #6F2782;
}
.AnyTagClassName
{
color: #6F2782;
}
</style>
background-color css
<style>
a { background-color: #6F2782; }
a { background-color: rgb(111,39,130); }
div.DivClassName
{
background-color: #6F2782;
}
.BgClassName
{
background-color: #6F2782;
}
</style>
border-color css
<style>
span { border-color: #6F2782; }
span { border-color: rgb(111,39,130); }
td.TdClassName
{
border-color: #6F2782;
}
.TagClassName
{
border-color: #6F2782;
}
</style>