Shades of Eminence #6F3275
Tints of Eminence #6F3275
RGB
CMYK
RGB Variations
Color information
#6F3275 (or 0x6F3275) is known color: Eminence. HEX triplet: 6F, 32 and 75. RGB value is (111,50,117). Sum of RGB (Red+Green+Blue) = 111+50+117=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F3275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3275 is #90CD8A. Grayscale: #4B4B4B. Windows color (decimal): -9489803 or 7680623. OLE color: 7680623.
HSL color Cylindrical-coordinate representation of color #6F3275: hue angle of 294.63º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F3275 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 50 | 117 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.54 |
| HSL | 294.63º | 0.4% | 0.33% | - |
| HSV(B) | 294.63º | 0.57% | 0.46% | - |
| XYZ | 10.91 | 6.95 | 17.6 | - |
| YUV | 75.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 117 | 0.05 | 0.57 | 0 | 0.54 | 294.63 | 0.4 | 0.33 |
| Hex | 6F | 32 | 75 | 5 | 39 | 0 | 36 | 127 | 28 | 21 |
| Octal | 157 | 62 | 165 | 5 | 71 | 0 | 66 | 447 | 50 | 41 |
| Binary | 1101111 | 110010 | 1110101 | 101 | 111001 | 0 | 110110 | 100100111 | 101000 | 100001 |
Color Harmonies of #6F3275
Complementary color
Monochromatic Colors of #6F3275
Black with #6F3275
Text Example
Text Example
White with #6F3275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3275; }
p { color: rgb(111,50,117); }
H1.HeaderClassName
{
color: #6F3275;
}
.AnyTagClassName
{
color: #6F3275;
}
</style>
background-color css
<style>
a { background-color: #6F3275; }
a { background-color: rgb(111,50,117); }
div.DivClassName
{
background-color: #6F3275;
}
.BgClassName
{
background-color: #6F3275;
}
</style>
border-color css
<style>
span { border-color: #6F3275; }
span { border-color: rgb(111,50,117); }
td.TdClassName
{
border-color: #6F3275;
}
.TagClassName
{
border-color: #6F3275;
}
</style>