Shades of Eminence #6F3D6D
Tints of Eminence #6F3D6D
RGB
CMYK
RGB Variations
Color information
#6F3D6D (or 0x6F3D6D) is known color: Eminence. HEX triplet: 6F, 3D and 6D. RGB value is (111,61,109). Sum of RGB (Red+Green+Blue) = 111+61+109=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3D6D is #90C292. Grayscale: #515151. Windows color (decimal): -9486995 or 7159151. OLE color: 7159151.
HSL color Cylindrical-coordinate representation of color #6F3D6D: hue angle of 302.4º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F3D6D is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 61 | 109 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.56 |
| HSL | 302.4º | 0.29% | 0.34% | - |
| HSV(B) | 302.4º | 0.45% | 0.44% | - |
| XYZ | 10.98 | 7.82 | 15.4 | - |
| YUV | 81.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 61 | 109 | 0 | 0.45 | 0.02 | 0.56 | 302.4 | 0.29 | 0.34 |
| Hex | 6F | 3D | 6D | 0 | 2D | 2 | 38 | 12E | 1D | 22 |
| Octal | 157 | 75 | 155 | 0 | 55 | 2 | 70 | 456 | 35 | 42 |
| Binary | 1101111 | 111101 | 1101101 | 0 | 101101 | 10 | 111000 | 100101110 | 11101 | 100010 |
Color Harmonies of #6F3D6D
Complementary color
Monochromatic Colors of #6F3D6D
Black with #6F3D6D
Text Example
Text Example
White with #6F3D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3D6D; }
p { color: rgb(111,61,109); }
H1.HeaderClassName
{
color: #6F3D6D;
}
.AnyTagClassName
{
color: #6F3D6D;
}
</style>
background-color css
<style>
a { background-color: #6F3D6D; }
a { background-color: rgb(111,61,109); }
div.DivClassName
{
background-color: #6F3D6D;
}
.BgClassName
{
background-color: #6F3D6D;
}
</style>
border-color css
<style>
span { border-color: #6F3D6D; }
span { border-color: rgb(111,61,109); }
td.TdClassName
{
border-color: #6F3D6D;
}
.TagClassName
{
border-color: #6F3D6D;
}
</style>