Shades of Eminence #753082
Tints of Eminence #753082
RGB
CMYK
RGB Variations
Color information
#753082 (or 0x753082) is known color: Eminence. HEX triplet: 75, 30 and 82. RGB value is (117,48,130). Sum of RGB (Red+Green+Blue) = 117+48+130=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #753082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753082 is #8ACF7D. Grayscale: #4D4D4D. Windows color (decimal): -9097086 or 8532085. OLE color: 8532085.
HSL color Cylindrical-coordinate representation of color #753082: hue angle of 290.49º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753082 is Cyan = 0.1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 48 | 130 | - |
| CMYK | 0.1 | 0.63 | 0 | 0.49 |
| HSL | 290.49º | 0.46% | 0.35% | - |
| HSV(B) | 290.49º | 0.63% | 0.51% | - |
| XYZ | 12.42 | 7.51 | 21.91 | - |
| YUV | 77.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 130 | 0.1 | 0.63 | 0 | 0.49 | 290.49 | 0.46 | 0.35 |
| Hex | 75 | 30 | 82 | A | 3F | 0 | 31 | 122 | 2E | 23 |
| Octal | 165 | 60 | 202 | 12 | 77 | 0 | 61 | 442 | 56 | 43 |
| Binary | 1110101 | 110000 | 10000010 | 1010 | 111111 | 0 | 110001 | 100100010 | 101110 | 100011 |
Color Harmonies of #753082
Complementary color
Monochromatic Colors of #753082
Black with #753082
Text Example
Text Example
White with #753082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753082; }
p { color: rgb(117,48,130); }
H1.HeaderClassName
{
color: #753082;
}
.AnyTagClassName
{
color: #753082;
}
</style>
background-color css
<style>
a { background-color: #753082; }
a { background-color: rgb(117,48,130); }
div.DivClassName
{
background-color: #753082;
}
.BgClassName
{
background-color: #753082;
}
</style>
border-color css
<style>
span { border-color: #753082; }
span { border-color: rgb(117,48,130); }
td.TdClassName
{
border-color: #753082;
}
.TagClassName
{
border-color: #753082;
}
</style>