Shades of Eminence #753D81
Tints of Eminence #753D81
RGB
CMYK
RGB Variations
Color information
#753D81 (or 0x753D81) is known color: Eminence. HEX triplet: 75, 3D and 81. RGB value is (117,61,129). Sum of RGB (Red+Green+Blue) = 117+61+129=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #753D81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753D81 is #8AC27E. Grayscale: #555555. Windows color (decimal): -9093759 or 8469877. OLE color: 8469877.
HSL color Cylindrical-coordinate representation of color #753D81: hue angle of 289.41º degrees, saturation: 0.36, 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 #753D81 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 61 | 129 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.49 |
| HSL | 289.41º | 0.36% | 0.37% | - |
| HSV(B) | 289.41º | 0.53% | 0.51% | - |
| XYZ | 12.97 | 8.7 | 21.77 | - |
| YUV | 85.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 129 | 0.09 | 0.53 | 0 | 0.49 | 289.41 | 0.36 | 0.37 |
| Hex | 75 | 3D | 81 | 9 | 35 | 0 | 31 | 121 | 24 | 25 |
| Octal | 165 | 75 | 201 | 11 | 65 | 0 | 61 | 441 | 44 | 45 |
| Binary | 1110101 | 111101 | 10000001 | 1001 | 110101 | 0 | 110001 | 100100001 | 100100 | 100101 |
Color Harmonies of #753D81
Complementary color
Monochromatic Colors of #753D81
Black with #753D81
Text Example
Text Example
White with #753D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D81; }
p { color: rgb(117,61,129); }
H1.HeaderClassName
{
color: #753D81;
}
.AnyTagClassName
{
color: #753D81;
}
</style>
background-color css
<style>
a { background-color: #753D81; }
a { background-color: rgb(117,61,129); }
div.DivClassName
{
background-color: #753D81;
}
.BgClassName
{
background-color: #753D81;
}
</style>
border-color css
<style>
span { border-color: #753D81; }
span { border-color: rgb(117,61,129); }
td.TdClassName
{
border-color: #753D81;
}
.TagClassName
{
border-color: #753D81;
}
</style>