Shades of Eminence #75446F
Tints of Eminence #75446F
RGB
CMYK
RGB Variations
Color information
#75446F (or 0x75446F) is known color: Eminence. HEX triplet: 75, 44 and 6F. RGB value is (117,68,111). Sum of RGB (Red+Green+Blue) = 117+68+111=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75446F is #8ABB90. Grayscale: #575757. Windows color (decimal): -9091985 or 7292021. OLE color: 7292021.
HSL color Cylindrical-coordinate representation of color #75446F: hue angle of 307.35º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75446F is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 68 | 111 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.54 |
| HSL | 307.35º | 0.26% | 0.36% | - |
| HSV(B) | 307.35º | 0.42% | 0.46% | - |
| XYZ | 12.27 | 9.06 | 16.14 | - |
| YUV | 87.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 111 | 0 | 0.42 | 0.05 | 0.54 | 307.35 | 0.26 | 0.36 |
| Hex | 75 | 44 | 6F | 0 | 2A | 5 | 36 | 133 | 1A | 24 |
| Octal | 165 | 104 | 157 | 0 | 52 | 5 | 66 | 463 | 32 | 44 |
| Binary | 1110101 | 1000100 | 1101111 | 0 | 101010 | 101 | 110110 | 100110011 | 11010 | 100100 |
Color Harmonies of #75446F
Complementary color
Monochromatic Colors of #75446F
Black with #75446F
Text Example
Text Example
White with #75446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75446F; }
p { color: rgb(117,68,111); }
H1.HeaderClassName
{
color: #75446F;
}
.AnyTagClassName
{
color: #75446F;
}
</style>
background-color css
<style>
a { background-color: #75446F; }
a { background-color: rgb(117,68,111); }
div.DivClassName
{
background-color: #75446F;
}
.BgClassName
{
background-color: #75446F;
}
</style>
border-color css
<style>
span { border-color: #75446F; }
span { border-color: rgb(117,68,111); }
td.TdClassName
{
border-color: #75446F;
}
.TagClassName
{
border-color: #75446F;
}
</style>