Shades of Royal Purple #5937AB
Tints of Royal Purple #5937AB
RGB
CMYK
RGB Variations
Color information
#5937AB (or 0x5937AB) is known color: Royal Purple. HEX triplet: 59, 37 and AB. RGB value is (89,55,171). Sum of RGB (Red+Green+Blue) = 89+55+171=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #5937AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5937AB is #A6C854. Grayscale: #4D4D4D. Windows color (decimal): -10930261 or 11220825. OLE color: 11220825.
HSL color Cylindrical-coordinate representation of color #5937AB: hue angle of 257.59º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5937AB is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 55 | 171 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.33 |
| HSL | 257.59º | 0.51% | 0.44% | - |
| HSV(B) | 257.59º | 0.68% | 0.67% | - |
| XYZ | 12.84 | 7.8 | 39.36 | - |
| YUV | 78.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 55 | 171 | 0.48 | 0.68 | 0 | 0.33 | 257.59 | 0.51 | 0.44 |
| Hex | 59 | 37 | AB | 30 | 44 | 0 | 21 | 102 | 33 | 2C |
| Octal | 131 | 67 | 253 | 60 | 104 | 0 | 41 | 402 | 63 | 54 |
| Binary | 1011001 | 110111 | 10101011 | 110000 | 1000100 | 0 | 100001 | 100000010 | 110011 | 101100 |
Color Harmonies of #5937AB
Complementary color
Monochromatic Colors of #5937AB
Black with #5937AB
Text Example
Text Example
White with #5937AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5937AB; }
p { color: rgb(89,55,171); }
H1.HeaderClassName
{
color: #5937AB;
}
.AnyTagClassName
{
color: #5937AB;
}
</style>
background-color css
<style>
a { background-color: #5937AB; }
a { background-color: rgb(89,55,171); }
div.DivClassName
{
background-color: #5937AB;
}
.BgClassName
{
background-color: #5937AB;
}
</style>
border-color css
<style>
span { border-color: #5937AB; }
span { border-color: rgb(89,55,171); }
td.TdClassName
{
border-color: #5937AB;
}
.TagClassName
{
border-color: #5937AB;
}
</style>