Shades of Royal Purple #593DAC
Tints of Royal Purple #593DAC
RGB
CMYK
RGB Variations
Color information
#593DAC (or 0x593DAC) is known color: Royal Purple. HEX triplet: 59, 3D and AC. RGB value is (89,61,172). Sum of RGB (Red+Green+Blue) = 89+61+172=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #593DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593DAC is #A6C253. Grayscale: #515151. Windows color (decimal): -10928724 or 11287897. OLE color: 11287897.
HSL color Cylindrical-coordinate representation of color #593DAC: hue angle of 255.14º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #593DAC is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 61 | 172 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.33 |
| HSL | 255.14º | 0.48% | 0.46% | - |
| HSV(B) | 255.14º | 0.65% | 0.67% | - |
| XYZ | 13.23 | 8.44 | 39.96 | - |
| YUV | 82.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 172 | 0.48 | 0.65 | 0 | 0.33 | 255.14 | 0.48 | 0.46 |
| Hex | 59 | 3D | AC | 30 | 41 | 0 | 21 | FF | 30 | 2E |
| Octal | 131 | 75 | 254 | 60 | 101 | 0 | 41 | 377 | 60 | 56 |
| Binary | 1011001 | 111101 | 10101100 | 110000 | 1000001 | 0 | 100001 | 11111111 | 110000 | 101110 |
Color Harmonies of #593DAC
Complementary color
Monochromatic Colors of #593DAC
Black with #593DAC
Text Example
Text Example
White with #593DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593DAC; }
p { color: rgb(89,61,172); }
H1.HeaderClassName
{
color: #593DAC;
}
.AnyTagClassName
{
color: #593DAC;
}
</style>
background-color css
<style>
a { background-color: #593DAC; }
a { background-color: rgb(89,61,172); }
div.DivClassName
{
background-color: #593DAC;
}
.BgClassName
{
background-color: #593DAC;
}
</style>
border-color css
<style>
span { border-color: #593DAC; }
span { border-color: rgb(89,61,172); }
td.TdClassName
{
border-color: #593DAC;
}
.TagClassName
{
border-color: #593DAC;
}
</style>