Shades of Eminence #804175
Tints of Eminence #804175
RGB
CMYK
RGB Variations
Color information
#804175 (or 0x804175) is known color: Eminence. HEX triplet: 80, 41 and 75. RGB value is (128,65,117). Sum of RGB (Red+Green+Blue) = 128+65+117=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #804175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804175 is #7FBE8A. Grayscale: #595959. Windows color (decimal): -8371851 or 7684480. OLE color: 7684480.
HSL color Cylindrical-coordinate representation of color #804175: hue angle of 310.48º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #804175 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 117 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.50 |
| HSL | 310.48º | 0.33% | 0.38% | - |
| HSV(B) | 310.48º | 0.49% | 0.5% | - |
| XYZ | 14 | 9.65 | 17.96 | - |
| YUV | 89.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 117 | 0 | 0.49 | 0.09 | 0.50 | 310.48 | 0.33 | 0.38 |
| Hex | 80 | 41 | 75 | 0 | 31 | 9 | 32 | 136 | 21 | 26 |
| Octal | 200 | 101 | 165 | 0 | 61 | 11 | 62 | 466 | 41 | 46 |
| Binary | 10000000 | 1000001 | 1110101 | 0 | 110001 | 1001 | 110010 | 100110110 | 100001 | 100110 |
Color Harmonies of #804175
Complementary color
Monochromatic Colors of #804175
Black with #804175
Text Example
Text Example
White with #804175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804175; }
p { color: rgb(128,65,117); }
H1.HeaderClassName
{
color: #804175;
}
.AnyTagClassName
{
color: #804175;
}
</style>
background-color css
<style>
a { background-color: #804175; }
a { background-color: rgb(128,65,117); }
div.DivClassName
{
background-color: #804175;
}
.BgClassName
{
background-color: #804175;
}
</style>
border-color css
<style>
span { border-color: #804175; }
span { border-color: rgb(128,65,117); }
td.TdClassName
{
border-color: #804175;
}
.TagClassName
{
border-color: #804175;
}
</style>