Shades of Royal Purple #593BAD
Tints of Royal Purple #593BAD
RGB
CMYK
RGB Variations
Color information
#593BAD (or 0x593BAD) is known color: Royal Purple. HEX triplet: 59, 3B and AD. RGB value is (89,59,173). Sum of RGB (Red+Green+Blue) = 89+59+173=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #593BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593BAD is #A6C452. Grayscale: #505050. Windows color (decimal): -10929235 or 11352921. OLE color: 11352921.
HSL color Cylindrical-coordinate representation of color #593BAD: hue angle of 255.79º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #593BAD is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 59 | 173 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.32 |
| HSL | 255.79º | 0.49% | 0.45% | - |
| HSV(B) | 255.79º | 0.66% | 0.68% | - |
| XYZ | 13.23 | 8.27 | 40.43 | - |
| YUV | 80.97 | 179.94 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 173 | 0.49 | 0.66 | 0 | 0.32 | 255.79 | 0.49 | 0.45 |
| Hex | 59 | 3B | AD | 31 | 42 | 0 | 20 | 100 | 31 | 2D |
| Octal | 131 | 73 | 255 | 61 | 102 | 0 | 40 | 400 | 61 | 55 |
| Binary | 1011001 | 111011 | 10101101 | 110001 | 1000010 | 0 | 100000 | 100000000 | 110001 | 101101 |
Color Harmonies of #593BAD
Complementary color
Monochromatic Colors of #593BAD
Black with #593BAD
Text Example
Text Example
White with #593BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BAD; }
p { color: rgb(89,59,173); }
H1.HeaderClassName
{
color: #593BAD;
}
.AnyTagClassName
{
color: #593BAD;
}
</style>
background-color css
<style>
a { background-color: #593BAD; }
a { background-color: rgb(89,59,173); }
div.DivClassName
{
background-color: #593BAD;
}
.BgClassName
{
background-color: #593BAD;
}
</style>
border-color css
<style>
span { border-color: #593BAD; }
span { border-color: rgb(89,59,173); }
td.TdClassName
{
border-color: #593BAD;
}
.TagClassName
{
border-color: #593BAD;
}
</style>