Shades of Royal Purple #5938AA
Tints of Royal Purple #5938AA
RGB
CMYK
RGB Variations
Color information
#5938AA (or 0x5938AA) is known color: Royal Purple. HEX triplet: 59, 38 and AA. RGB value is (89,56,170). Sum of RGB (Red+Green+Blue) = 89+56+170=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #5938AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5938AA is #A6C755. Grayscale: #4E4E4E. Windows color (decimal): -10930006 or 11155545. OLE color: 11155545.
HSL color Cylindrical-coordinate representation of color #5938AA: hue angle of 257.37º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5938AA is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 56 | 170 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.33 |
| HSL | 257.37º | 0.5% | 0.44% | - |
| HSV(B) | 257.37º | 0.67% | 0.67% | - |
| XYZ | 12.79 | 7.85 | 38.87 | - |
| YUV | 78.86 | 179.43 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 56 | 170 | 0.48 | 0.67 | 0 | 0.33 | 257.37 | 0.5 | 0.44 |
| Hex | 59 | 38 | AA | 30 | 43 | 0 | 21 | 101 | 32 | 2C |
| Octal | 131 | 70 | 252 | 60 | 103 | 0 | 41 | 401 | 62 | 54 |
| Binary | 1011001 | 111000 | 10101010 | 110000 | 1000011 | 0 | 100001 | 100000001 | 110010 | 101100 |
Color Harmonies of #5938AA
Complementary color
Monochromatic Colors of #5938AA
Black with #5938AA
Text Example
Text Example
White with #5938AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5938AA; }
p { color: rgb(89,56,170); }
H1.HeaderClassName
{
color: #5938AA;
}
.AnyTagClassName
{
color: #5938AA;
}
</style>
background-color css
<style>
a { background-color: #5938AA; }
a { background-color: rgb(89,56,170); }
div.DivClassName
{
background-color: #5938AA;
}
.BgClassName
{
background-color: #5938AA;
}
</style>
border-color css
<style>
span { border-color: #5938AA; }
span { border-color: rgb(89,56,170); }
td.TdClassName
{
border-color: #5938AA;
}
.TagClassName
{
border-color: #5938AA;
}
</style>