Shades of Eminence #6F327D
Tints of Eminence #6F327D
RGB
CMYK
RGB Variations
Color information
#6F327D (or 0x6F327D) is known color: Eminence. HEX triplet: 6F, 32 and 7D. RGB value is (111,50,125). Sum of RGB (Red+Green+Blue) = 111+50+125=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F327D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F327D is #90CD82. Grayscale: #4C4C4C. Windows color (decimal): -9489795 or 8204911. OLE color: 8204911.
HSL color Cylindrical-coordinate representation of color #6F327D: hue angle of 288.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F327D is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 50 | 125 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.51 |
| HSL | 288.8º | 0.43% | 0.34% | - |
| HSV(B) | 288.8º | 0.6% | 0.49% | - |
| XYZ | 11.4 | 7.14 | 20.18 | - |
| YUV | 76.79 | 155.21 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 125 | 0.11 | 0.60 | 0 | 0.51 | 288.8 | 0.43 | 0.34 |
| Hex | 6F | 32 | 7D | B | 3C | 0 | 33 | 121 | 2B | 22 |
| Octal | 157 | 62 | 175 | 13 | 74 | 0 | 63 | 441 | 53 | 42 |
| Binary | 1101111 | 110010 | 1111101 | 1011 | 111100 | 0 | 110011 | 100100001 | 101011 | 100010 |
Color Harmonies of #6F327D
Complementary color
Monochromatic Colors of #6F327D
Black with #6F327D
Text Example
Text Example
White with #6F327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F327D; }
p { color: rgb(111,50,125); }
H1.HeaderClassName
{
color: #6F327D;
}
.AnyTagClassName
{
color: #6F327D;
}
</style>
background-color css
<style>
a { background-color: #6F327D; }
a { background-color: rgb(111,50,125); }
div.DivClassName
{
background-color: #6F327D;
}
.BgClassName
{
background-color: #6F327D;
}
</style>
border-color css
<style>
span { border-color: #6F327D; }
span { border-color: rgb(111,50,125); }
td.TdClassName
{
border-color: #6F327D;
}
.TagClassName
{
border-color: #6F327D;
}
</style>