Shades of Eminence #75397A
Tints of Eminence #75397A
RGB
CMYK
RGB Variations
Color information
#75397A (or 0x75397A) is known color: Eminence. HEX triplet: 75, 39 and 7A. RGB value is (117,57,122). Sum of RGB (Red+Green+Blue) = 117+57+122=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #75397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75397A is #8AC685. Grayscale: #525252. Windows color (decimal): -9094790 or 8010101. OLE color: 8010101.
HSL color Cylindrical-coordinate representation of color #75397A: hue angle of 295.38º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75397A is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 57 | 122 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.52 |
| HSL | 295.38º | 0.36% | 0.35% | - |
| HSV(B) | 295.38º | 0.53% | 0.48% | - |
| XYZ | 12.31 | 8.11 | 19.33 | - |
| YUV | 82.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 57 | 122 | 0.04 | 0.53 | 0 | 0.52 | 295.38 | 0.36 | 0.35 |
| Hex | 75 | 39 | 7A | 4 | 35 | 0 | 34 | 127 | 24 | 23 |
| Octal | 165 | 71 | 172 | 4 | 65 | 0 | 64 | 447 | 44 | 43 |
| Binary | 1110101 | 111001 | 1111010 | 100 | 110101 | 0 | 110100 | 100100111 | 100100 | 100011 |
Color Harmonies of #75397A
Complementary color
Monochromatic Colors of #75397A
Black with #75397A
Text Example
Text Example
White with #75397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75397A; }
p { color: rgb(117,57,122); }
H1.HeaderClassName
{
color: #75397A;
}
.AnyTagClassName
{
color: #75397A;
}
</style>
background-color css
<style>
a { background-color: #75397A; }
a { background-color: rgb(117,57,122); }
div.DivClassName
{
background-color: #75397A;
}
.BgClassName
{
background-color: #75397A;
}
</style>
border-color css
<style>
span { border-color: #75397A; }
span { border-color: rgb(117,57,122); }
td.TdClassName
{
border-color: #75397A;
}
.TagClassName
{
border-color: #75397A;
}
</style>