Shades of Royal Purple #5933AA
Tints of Royal Purple #5933AA
RGB
CMYK
RGB Variations
Color information
#5933AA (or 0x5933AA) is known color: Royal Purple. HEX triplet: 59, 33 and AA. RGB value is (89,51,170). Sum of RGB (Red+Green+Blue) = 89+51+170=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #5933AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5933AA is #A6CC55. Grayscale: #4B4B4B. Windows color (decimal): -10931286 or 11154265. OLE color: 11154265.
HSL color Cylindrical-coordinate representation of color #5933AA: hue angle of 259.16º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5933AA is Cyan = 0.48, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 51 | 170 | - |
| CMYK | 0.48 | 0.7 | 0 | 0.33 |
| HSL | 259.16º | 0.54% | 0.43% | - |
| HSV(B) | 259.16º | 0.7% | 0.67% | - |
| XYZ | 12.56 | 7.39 | 38.8 | - |
| YUV | 75.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 51 | 170 | 0.48 | 0.7 | 0 | 0.33 | 259.16 | 0.54 | 0.43 |
| Hex | 59 | 33 | AA | 30 | 46 | 0 | 21 | 103 | 36 | 2B |
| Octal | 131 | 63 | 252 | 60 | 106 | 0 | 41 | 403 | 66 | 53 |
| Binary | 1011001 | 110011 | 10101010 | 110000 | 1000110 | 0 | 100001 | 100000011 | 110110 | 101011 |
Color Harmonies of #5933AA
Complementary color
Monochromatic Colors of #5933AA
Black with #5933AA
Text Example
Text Example
White with #5933AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5933AA; }
p { color: rgb(89,51,170); }
H1.HeaderClassName
{
color: #5933AA;
}
.AnyTagClassName
{
color: #5933AA;
}
</style>
background-color css
<style>
a { background-color: #5933AA; }
a { background-color: rgb(89,51,170); }
div.DivClassName
{
background-color: #5933AA;
}
.BgClassName
{
background-color: #5933AA;
}
</style>
border-color css
<style>
span { border-color: #5933AA; }
span { border-color: rgb(89,51,170); }
td.TdClassName
{
border-color: #5933AA;
}
.TagClassName
{
border-color: #5933AA;
}
</style>