Shades of Eminence #6F2184
Tints of Eminence #6F2184
RGB
CMYK
RGB Variations
Color information
#6F2184 (or 0x6F2184) is known color: Eminence. HEX triplet: 6F, 21 and 84. RGB value is (111,33,132). Sum of RGB (Red+Green+Blue) = 111+33+132=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F2184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2184 is #90DE7B. Grayscale: #434343. Windows color (decimal): -9494140 or 8659311. OLE color: 8659311.
HSL color Cylindrical-coordinate representation of color #6F2184: hue angle of 287.27º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F2184 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 33 | 132 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.48 |
| HSL | 287.27º | 0.6% | 0.32% | - |
| HSV(B) | 287.27º | 0.75% | 0.52% | - |
| XYZ | 11.26 | 6.13 | 22.42 | - |
| YUV | 67.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 132 | 0.16 | 0.75 | 0 | 0.48 | 287.27 | 0.6 | 0.32 |
| Hex | 6F | 21 | 84 | 10 | 4B | 0 | 30 | 11F | 3C | 20 |
| Octal | 157 | 41 | 204 | 20 | 113 | 0 | 60 | 437 | 74 | 40 |
| Binary | 1101111 | 100001 | 10000100 | 10000 | 1001011 | 0 | 110000 | 100011111 | 111100 | 100000 |
Color Harmonies of #6F2184
Complementary color
Monochromatic Colors of #6F2184
Black with #6F2184
Text Example
Text Example
White with #6F2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2184; }
p { color: rgb(111,33,132); }
H1.HeaderClassName
{
color: #6F2184;
}
.AnyTagClassName
{
color: #6F2184;
}
</style>
background-color css
<style>
a { background-color: #6F2184; }
a { background-color: rgb(111,33,132); }
div.DivClassName
{
background-color: #6F2184;
}
.BgClassName
{
background-color: #6F2184;
}
</style>
border-color css
<style>
span { border-color: #6F2184; }
span { border-color: rgb(111,33,132); }
td.TdClassName
{
border-color: #6F2184;
}
.TagClassName
{
border-color: #6F2184;
}
</style>