Shades of Royal Purple #5938AB
Tints of Royal Purple #5938AB
RGB
CMYK
RGB Variations
Color information
#5938AB (or 0x5938AB) is known color: Royal Purple. HEX triplet: 59, 38 and AB. RGB value is (89,56,171). Sum of RGB (Red+Green+Blue) = 89+56+171=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #5938AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5938AB is #A6C754. Grayscale: #4E4E4E. Windows color (decimal): -10930005 or 11221081. OLE color: 11221081.
HSL color Cylindrical-coordinate representation of color #5938AB: hue angle of 257.22º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5938AB is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 56 | 171 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.33 |
| HSL | 257.22º | 0.51% | 0.45% | - |
| HSV(B) | 257.22º | 0.67% | 0.67% | - |
| XYZ | 12.88 | 7.89 | 39.37 | - |
| YUV | 78.98 | 179.93 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 56 | 171 | 0.48 | 0.67 | 0 | 0.33 | 257.22 | 0.51 | 0.45 |
| Hex | 59 | 38 | AB | 30 | 43 | 0 | 21 | 101 | 33 | 2D |
| Octal | 131 | 70 | 253 | 60 | 103 | 0 | 41 | 401 | 63 | 55 |
| Binary | 1011001 | 111000 | 10101011 | 110000 | 1000011 | 0 | 100001 | 100000001 | 110011 | 101101 |
Color Harmonies of #5938AB
Complementary color
Monochromatic Colors of #5938AB
Black with #5938AB
Text Example
Text Example
White with #5938AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5938AB; }
p { color: rgb(89,56,171); }
H1.HeaderClassName
{
color: #5938AB;
}
.AnyTagClassName
{
color: #5938AB;
}
</style>
background-color css
<style>
a { background-color: #5938AB; }
a { background-color: rgb(89,56,171); }
div.DivClassName
{
background-color: #5938AB;
}
.BgClassName
{
background-color: #5938AB;
}
</style>
border-color css
<style>
span { border-color: #5938AB; }
span { border-color: rgb(89,56,171); }
td.TdClassName
{
border-color: #5938AB;
}
.TagClassName
{
border-color: #5938AB;
}
</style>