Shades of Royal Purple #593CAC
Tints of Royal Purple #593CAC
RGB
CMYK
RGB Variations
Color information
#593CAC (or 0x593CAC) is known color: Royal Purple. HEX triplet: 59, 3C and AC. RGB value is (89,60,172). Sum of RGB (Red+Green+Blue) = 89+60+172=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #593CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593CAC is #A6C353. Grayscale: #515151. Windows color (decimal): -10928980 or 11287641. OLE color: 11287641.
HSL color Cylindrical-coordinate representation of color #593CAC: hue angle of 255.54º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #593CAC is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 60 | 172 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.33 |
| HSL | 255.54º | 0.48% | 0.45% | - |
| HSV(B) | 255.54º | 0.65% | 0.67% | - |
| XYZ | 13.18 | 8.33 | 39.94 | - |
| YUV | 81.44 | 179.11 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 172 | 0.48 | 0.65 | 0 | 0.33 | 255.54 | 0.48 | 0.45 |
| Hex | 59 | 3C | AC | 30 | 41 | 0 | 21 | 100 | 30 | 2D |
| Octal | 131 | 74 | 254 | 60 | 101 | 0 | 41 | 400 | 60 | 55 |
| Binary | 1011001 | 111100 | 10101100 | 110000 | 1000001 | 0 | 100001 | 100000000 | 110000 | 101101 |
Color Harmonies of #593CAC
Complementary color
Monochromatic Colors of #593CAC
Black with #593CAC
Text Example
Text Example
White with #593CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593CAC; }
p { color: rgb(89,60,172); }
H1.HeaderClassName
{
color: #593CAC;
}
.AnyTagClassName
{
color: #593CAC;
}
</style>
background-color css
<style>
a { background-color: #593CAC; }
a { background-color: rgb(89,60,172); }
div.DivClassName
{
background-color: #593CAC;
}
.BgClassName
{
background-color: #593CAC;
}
</style>
border-color css
<style>
span { border-color: #593CAC; }
span { border-color: rgb(89,60,172); }
td.TdClassName
{
border-color: #593CAC;
}
.TagClassName
{
border-color: #593CAC;
}
</style>