Shades of Royal Purple #5833AA
Tints of Royal Purple #5833AA
RGB
CMYK
RGB Variations
Color information
#5833AA (or 0x5833AA) is known color: Royal Purple. HEX triplet: 58, 33 and AA. RGB value is (88,51,170). Sum of RGB (Red+Green+Blue) = 88+51+170=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #5833AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5833AA is #A7CC55. Grayscale: #4B4B4B. Windows color (decimal): -10996822 or 11154264. OLE color: 11154264.
HSL color Cylindrical-coordinate representation of color #5833AA: hue angle of 258.66º 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 #5833AA is Cyan = 0.48, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 51 | 170 | - |
| CMYK | 0.48 | 0.7 | 0 | 0.33 |
| HSL | 258.66º | 0.54% | 0.43% | - |
| HSV(B) | 258.66º | 0.7% | 0.67% | - |
| XYZ | 12.46 | 7.34 | 38.79 | - |
| YUV | 75.63 | 181.26 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 51 | 170 | 0.48 | 0.7 | 0 | 0.33 | 258.66 | 0.54 | 0.43 |
| Hex | 58 | 33 | AA | 30 | 46 | 0 | 21 | 103 | 36 | 2B |
| Octal | 130 | 63 | 252 | 60 | 106 | 0 | 41 | 403 | 66 | 53 |
| Binary | 1011000 | 110011 | 10101010 | 110000 | 1000110 | 0 | 100001 | 100000011 | 110110 | 101011 |
Color Harmonies of #5833AA
Complementary color
Monochromatic Colors of #5833AA
Black with #5833AA
Text Example
Text Example
White with #5833AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5833AA; }
p { color: rgb(88,51,170); }
H1.HeaderClassName
{
color: #5833AA;
}
.AnyTagClassName
{
color: #5833AA;
}
</style>
background-color css
<style>
a { background-color: #5833AA; }
a { background-color: rgb(88,51,170); }
div.DivClassName
{
background-color: #5833AA;
}
.BgClassName
{
background-color: #5833AA;
}
</style>
border-color css
<style>
span { border-color: #5833AA; }
span { border-color: rgb(88,51,170); }
td.TdClassName
{
border-color: #5833AA;
}
.TagClassName
{
border-color: #5833AA;
}
</style>