Shades of Eminence #6F3A6D
Tints of Eminence #6F3A6D
RGB
CMYK
RGB Variations
Color information
#6F3A6D (or 0x6F3A6D) is known color: Eminence. HEX triplet: 6F, 3A and 6D. RGB value is (111,58,109). Sum of RGB (Red+Green+Blue) = 111+58+109=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3A6D is #90C592. Grayscale: #4F4F4F. Windows color (decimal): -9487763 or 7158383. OLE color: 7158383.
HSL color Cylindrical-coordinate representation of color #6F3A6D: hue angle of 302.26º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F3A6D is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 109 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.56 |
| HSL | 302.26º | 0.31% | 0.33% | - |
| HSV(B) | 302.26º | 0.48% | 0.44% | - |
| XYZ | 10.83 | 7.51 | 15.35 | - |
| YUV | 79.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 109 | 0 | 0.48 | 0.02 | 0.56 | 302.26 | 0.31 | 0.33 |
| Hex | 6F | 3A | 6D | 0 | 30 | 2 | 38 | 12E | 1F | 21 |
| Octal | 157 | 72 | 155 | 0 | 60 | 2 | 70 | 456 | 37 | 41 |
| Binary | 1101111 | 111010 | 1101101 | 0 | 110000 | 10 | 111000 | 100101110 | 11111 | 100001 |
Color Harmonies of #6F3A6D
Complementary color
Monochromatic Colors of #6F3A6D
Black with #6F3A6D
Text Example
Text Example
White with #6F3A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A6D; }
p { color: rgb(111,58,109); }
H1.HeaderClassName
{
color: #6F3A6D;
}
.AnyTagClassName
{
color: #6F3A6D;
}
</style>
background-color css
<style>
a { background-color: #6F3A6D; }
a { background-color: rgb(111,58,109); }
div.DivClassName
{
background-color: #6F3A6D;
}
.BgClassName
{
background-color: #6F3A6D;
}
</style>
border-color css
<style>
span { border-color: #6F3A6D; }
span { border-color: rgb(111,58,109); }
td.TdClassName
{
border-color: #6F3A6D;
}
.TagClassName
{
border-color: #6F3A6D;
}
</style>