Shades of Royal Purple #593EAC
Tints of Royal Purple #593EAC
RGB
CMYK
RGB Variations
Color information
#593EAC (or 0x593EAC) is known color: Royal Purple. HEX triplet: 59, 3E and AC. RGB value is (89,62,172). Sum of RGB (Red+Green+Blue) = 89+62+172=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #593EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593EAC is #A6C153. Grayscale: #525252. Windows color (decimal): -10928468 or 11288153. OLE color: 11288153.
HSL color Cylindrical-coordinate representation of color #593EAC: hue angle of 254.73º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #593EAC is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 62 | 172 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.33 |
| HSL | 254.73º | 0.47% | 0.46% | - |
| HSV(B) | 254.73º | 0.64% | 0.67% | - |
| XYZ | 13.29 | 8.55 | 39.98 | - |
| YUV | 82.61 | 178.45 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 172 | 0.48 | 0.64 | 0 | 0.33 | 254.73 | 0.47 | 0.46 |
| Hex | 59 | 3E | AC | 30 | 40 | 0 | 21 | FF | 2F | 2E |
| Octal | 131 | 76 | 254 | 60 | 100 | 0 | 41 | 377 | 57 | 56 |
| Binary | 1011001 | 111110 | 10101100 | 110000 | 1000000 | 0 | 100001 | 11111111 | 101111 | 101110 |
Color Harmonies of #593EAC
Complementary color
Monochromatic Colors of #593EAC
Black with #593EAC
Text Example
Text Example
White with #593EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593EAC; }
p { color: rgb(89,62,172); }
H1.HeaderClassName
{
color: #593EAC;
}
.AnyTagClassName
{
color: #593EAC;
}
</style>
background-color css
<style>
a { background-color: #593EAC; }
a { background-color: rgb(89,62,172); }
div.DivClassName
{
background-color: #593EAC;
}
.BgClassName
{
background-color: #593EAC;
}
</style>
border-color css
<style>
span { border-color: #593EAC; }
span { border-color: rgb(89,62,172); }
td.TdClassName
{
border-color: #593EAC;
}
.TagClassName
{
border-color: #593EAC;
}
</style>