Shades of Eminence #75257D
Tints of Eminence #75257D
RGB
CMYK
RGB Variations
Color information
#75257D (or 0x75257D) is known color: Eminence. HEX triplet: 75, 25 and 7D. RGB value is (117,37,125). Sum of RGB (Red+Green+Blue) = 117+37+125=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #75257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75257D is #8ADA82. Grayscale: #464646. Windows color (decimal): -9099907 or 8201589. OLE color: 8201589.
HSL color Cylindrical-coordinate representation of color #75257D: hue angle of 294.55º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75257D is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 37 | 125 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.51 |
| HSL | 294.55º | 0.54% | 0.32% | - |
| HSV(B) | 294.55º | 0.7% | 0.49% | - |
| XYZ | 11.7 | 6.59 | 20.06 | - |
| YUV | 70.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 125 | 0.06 | 0.70 | 0 | 0.51 | 294.55 | 0.54 | 0.32 |
| Hex | 75 | 25 | 7D | 6 | 46 | 0 | 33 | 127 | 36 | 20 |
| Octal | 165 | 45 | 175 | 6 | 106 | 0 | 63 | 447 | 66 | 40 |
| Binary | 1110101 | 100101 | 1111101 | 110 | 1000110 | 0 | 110011 | 100100111 | 110110 | 100000 |
Color Harmonies of #75257D
Complementary color
Monochromatic Colors of #75257D
Black with #75257D
Text Example
Text Example
White with #75257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75257D; }
p { color: rgb(117,37,125); }
H1.HeaderClassName
{
color: #75257D;
}
.AnyTagClassName
{
color: #75257D;
}
</style>
background-color css
<style>
a { background-color: #75257D; }
a { background-color: rgb(117,37,125); }
div.DivClassName
{
background-color: #75257D;
}
.BgClassName
{
background-color: #75257D;
}
</style>
border-color css
<style>
span { border-color: #75257D; }
span { border-color: rgb(117,37,125); }
td.TdClassName
{
border-color: #75257D;
}
.TagClassName
{
border-color: #75257D;
}
</style>