Shades of Eminence #6F4373
Tints of Eminence #6F4373
RGB
CMYK
RGB Variations
Color information
#6F4373 (or 0x6F4373) is known color: Eminence. HEX triplet: 6F, 43 and 73. RGB value is (111,67,115). Sum of RGB (Red+Green+Blue) = 111+67+115=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F4373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4373 is #90BC8C. Grayscale: #555555. Windows color (decimal): -9485453 or 7553903. OLE color: 7553903.
HSL color Cylindrical-coordinate representation of color #6F4373: hue angle of 295º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F4373 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 67 | 115 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.55 |
| HSL | 295º | 0.26% | 0.36% | - |
| HSV(B) | 295º | 0.42% | 0.45% | - |
| XYZ | 11.66 | 8.63 | 17.27 | - |
| YUV | 85.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 115 | 0.03 | 0.42 | 0 | 0.55 | 295 | 0.26 | 0.36 |
| Hex | 6F | 43 | 73 | 3 | 2A | 0 | 37 | 127 | 1A | 24 |
| Octal | 157 | 103 | 163 | 3 | 52 | 0 | 67 | 447 | 32 | 44 |
| Binary | 1101111 | 1000011 | 1110011 | 11 | 101010 | 0 | 110111 | 100100111 | 11010 | 100100 |
Color Harmonies of #6F4373
Complementary color
Monochromatic Colors of #6F4373
Black with #6F4373
Text Example
Text Example
White with #6F4373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4373; }
p { color: rgb(111,67,115); }
H1.HeaderClassName
{
color: #6F4373;
}
.AnyTagClassName
{
color: #6F4373;
}
</style>
background-color css
<style>
a { background-color: #6F4373; }
a { background-color: rgb(111,67,115); }
div.DivClassName
{
background-color: #6F4373;
}
.BgClassName
{
background-color: #6F4373;
}
</style>
border-color css
<style>
span { border-color: #6F4373; }
span { border-color: rgb(111,67,115); }
td.TdClassName
{
border-color: #6F4373;
}
.TagClassName
{
border-color: #6F4373;
}
</style>