Shades of Eminence #753C81
Tints of Eminence #753C81
RGB
CMYK
RGB Variations
Color information
#753C81 (or 0x753C81) is known color: Eminence. HEX triplet: 75, 3C and 81. RGB value is (117,60,129). Sum of RGB (Red+Green+Blue) = 117+60+129=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #753C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753C81 is #8AC37E. Grayscale: #545454. Windows color (decimal): -9094015 or 8469621. OLE color: 8469621.
HSL color Cylindrical-coordinate representation of color #753C81: hue angle of 289.57º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #753C81 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 60 | 129 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.49 |
| HSL | 289.57º | 0.37% | 0.37% | - |
| HSV(B) | 289.57º | 0.53% | 0.51% | - |
| XYZ | 12.91 | 8.6 | 21.75 | - |
| YUV | 84.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 129 | 0.09 | 0.53 | 0 | 0.49 | 289.57 | 0.37 | 0.37 |
| Hex | 75 | 3C | 81 | 9 | 35 | 0 | 31 | 122 | 25 | 25 |
| Octal | 165 | 74 | 201 | 11 | 65 | 0 | 61 | 442 | 45 | 45 |
| Binary | 1110101 | 111100 | 10000001 | 1001 | 110101 | 0 | 110001 | 100100010 | 100101 | 100101 |
Color Harmonies of #753C81
Complementary color
Monochromatic Colors of #753C81
Black with #753C81
Text Example
Text Example
White with #753C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C81; }
p { color: rgb(117,60,129); }
H1.HeaderClassName
{
color: #753C81;
}
.AnyTagClassName
{
color: #753C81;
}
</style>
background-color css
<style>
a { background-color: #753C81; }
a { background-color: rgb(117,60,129); }
div.DivClassName
{
background-color: #753C81;
}
.BgClassName
{
background-color: #753C81;
}
</style>
border-color css
<style>
span { border-color: #753C81; }
span { border-color: rgb(117,60,129); }
td.TdClassName
{
border-color: #753C81;
}
.TagClassName
{
border-color: #753C81;
}
</style>