Shades of Eminence #6F3971
Tints of Eminence #6F3971
RGB
CMYK
RGB Variations
Color information
#6F3971 (or 0x6F3971) is known color: Eminence. HEX triplet: 6F, 39 and 71. RGB value is (111,57,113). Sum of RGB (Red+Green+Blue) = 111+57+113=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #6F3971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3971 is #90C68E. Grayscale: #4F4F4F. Windows color (decimal): -9488015 or 7420271. OLE color: 7420271.
HSL color Cylindrical-coordinate representation of color #6F3971: hue angle of 297.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3971 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 57 | 113 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.56 |
| HSL | 297.86º | 0.33% | 0.33% | - |
| HSV(B) | 297.86º | 0.5% | 0.44% | - |
| XYZ | 11 | 7.5 | 16.49 | - |
| YUV | 79.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 113 | 0.02 | 0.50 | 0 | 0.56 | 297.86 | 0.33 | 0.33 |
| Hex | 6F | 39 | 71 | 2 | 32 | 0 | 38 | 12A | 21 | 21 |
| Octal | 157 | 71 | 161 | 2 | 62 | 0 | 70 | 452 | 41 | 41 |
| Binary | 1101111 | 111001 | 1110001 | 10 | 110010 | 0 | 111000 | 100101010 | 100001 | 100001 |
Color Harmonies of #6F3971
Complementary color
Monochromatic Colors of #6F3971
Black with #6F3971
Text Example
Text Example
White with #6F3971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3971; }
p { color: rgb(111,57,113); }
H1.HeaderClassName
{
color: #6F3971;
}
.AnyTagClassName
{
color: #6F3971;
}
</style>
background-color css
<style>
a { background-color: #6F3971; }
a { background-color: rgb(111,57,113); }
div.DivClassName
{
background-color: #6F3971;
}
.BgClassName
{
background-color: #6F3971;
}
</style>
border-color css
<style>
span { border-color: #6F3971; }
span { border-color: rgb(111,57,113); }
td.TdClassName
{
border-color: #6F3971;
}
.TagClassName
{
border-color: #6F3971;
}
</style>