Shades of Royal Purple #5935AB
Tints of Royal Purple #5935AB
RGB
CMYK
RGB Variations
Color information
#5935AB (or 0x5935AB) is known color: Royal Purple. HEX triplet: 59, 35 and AB. RGB value is (89,53,171). Sum of RGB (Red+Green+Blue) = 89+53+171=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #5935AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5935AB is #A6CA54. Grayscale: #4C4C4C. Windows color (decimal): -10930773 or 11220313. OLE color: 11220313.
HSL color Cylindrical-coordinate representation of color #5935AB: hue angle of 258.31º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5935AB is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 53 | 171 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.33 |
| HSL | 258.31º | 0.53% | 0.44% | - |
| HSV(B) | 258.31º | 0.69% | 0.67% | - |
| XYZ | 12.74 | 7.61 | 39.33 | - |
| YUV | 77.22 | 180.93 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 53 | 171 | 0.48 | 0.69 | 0 | 0.33 | 258.31 | 0.53 | 0.44 |
| Hex | 59 | 35 | AB | 30 | 45 | 0 | 21 | 102 | 35 | 2C |
| Octal | 131 | 65 | 253 | 60 | 105 | 0 | 41 | 402 | 65 | 54 |
| Binary | 1011001 | 110101 | 10101011 | 110000 | 1000101 | 0 | 100001 | 100000010 | 110101 | 101100 |
Color Harmonies of #5935AB
Complementary color
Monochromatic Colors of #5935AB
Black with #5935AB
Text Example
Text Example
White with #5935AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5935AB; }
p { color: rgb(89,53,171); }
H1.HeaderClassName
{
color: #5935AB;
}
.AnyTagClassName
{
color: #5935AB;
}
</style>
background-color css
<style>
a { background-color: #5935AB; }
a { background-color: rgb(89,53,171); }
div.DivClassName
{
background-color: #5935AB;
}
.BgClassName
{
background-color: #5935AB;
}
</style>
border-color css
<style>
span { border-color: #5935AB; }
span { border-color: rgb(89,53,171); }
td.TdClassName
{
border-color: #5935AB;
}
.TagClassName
{
border-color: #5935AB;
}
</style>