Shades of Royal Purple #593AAB
Tints of Royal Purple #593AAB
RGB
CMYK
RGB Variations
Color information
#593AAB (or 0x593AAB) is known color: Royal Purple. HEX triplet: 59, 3A and AB. RGB value is (89,58,171). Sum of RGB (Red+Green+Blue) = 89+58+171=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #593AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593AAB is #A6C554. Grayscale: #4F4F4F. Windows color (decimal): -10929493 or 11221593. OLE color: 11221593.
HSL color Cylindrical-coordinate representation of color #593AAB: hue angle of 256.46º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #593AAB is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 58 | 171 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.33 |
| HSL | 256.46º | 0.49% | 0.45% | - |
| HSV(B) | 256.46º | 0.66% | 0.67% | - |
| XYZ | 12.98 | 8.09 | 39.41 | - |
| YUV | 80.15 | 179.27 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 171 | 0.48 | 0.66 | 0 | 0.33 | 256.46 | 0.49 | 0.45 |
| Hex | 59 | 3A | AB | 30 | 42 | 0 | 21 | 100 | 31 | 2D |
| Octal | 131 | 72 | 253 | 60 | 102 | 0 | 41 | 400 | 61 | 55 |
| Binary | 1011001 | 111010 | 10101011 | 110000 | 1000010 | 0 | 100001 | 100000000 | 110001 | 101101 |
Color Harmonies of #593AAB
Complementary color
Monochromatic Colors of #593AAB
Black with #593AAB
Text Example
Text Example
White with #593AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593AAB; }
p { color: rgb(89,58,171); }
H1.HeaderClassName
{
color: #593AAB;
}
.AnyTagClassName
{
color: #593AAB;
}
</style>
background-color css
<style>
a { background-color: #593AAB; }
a { background-color: rgb(89,58,171); }
div.DivClassName
{
background-color: #593AAB;
}
.BgClassName
{
background-color: #593AAB;
}
</style>
border-color css
<style>
span { border-color: #593AAB; }
span { border-color: rgb(89,58,171); }
td.TdClassName
{
border-color: #593AAB;
}
.TagClassName
{
border-color: #593AAB;
}
</style>