Shades of Royal Purple #5940AB
Tints of Royal Purple #5940AB
RGB
CMYK
RGB Variations
Color information
#5940AB (or 0x5940AB) is known color: Royal Purple. HEX triplet: 59, 40 and AB. RGB value is (89,64,171). Sum of RGB (Red+Green+Blue) = 89+64+171=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #5940AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5940AB is #A6BF54. Grayscale: #535353. Windows color (decimal): -10927957 or 11223129. OLE color: 11223129.
HSL color Cylindrical-coordinate representation of color #5940AB: hue angle of 254.02º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5940AB is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 64 | 171 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.33 |
| HSL | 254.02º | 0.46% | 0.46% | - |
| HSV(B) | 254.02º | 0.63% | 0.67% | - |
| XYZ | 13.3 | 8.73 | 39.51 | - |
| YUV | 83.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 171 | 0.48 | 0.63 | 0 | 0.33 | 254.02 | 0.46 | 0.46 |
| Hex | 59 | 40 | AB | 30 | 3F | 0 | 21 | FE | 2E | 2E |
| Octal | 131 | 100 | 253 | 60 | 77 | 0 | 41 | 376 | 56 | 56 |
| Binary | 1011001 | 1000000 | 10101011 | 110000 | 111111 | 0 | 100001 | 11111110 | 101110 | 101110 |
Color Harmonies of #5940AB
Complementary color
Monochromatic Colors of #5940AB
Black with #5940AB
Text Example
Text Example
White with #5940AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5940AB; }
p { color: rgb(89,64,171); }
H1.HeaderClassName
{
color: #5940AB;
}
.AnyTagClassName
{
color: #5940AB;
}
</style>
background-color css
<style>
a { background-color: #5940AB; }
a { background-color: rgb(89,64,171); }
div.DivClassName
{
background-color: #5940AB;
}
.BgClassName
{
background-color: #5940AB;
}
</style>
border-color css
<style>
span { border-color: #5940AB; }
span { border-color: rgb(89,64,171); }
td.TdClassName
{
border-color: #5940AB;
}
.TagClassName
{
border-color: #5940AB;
}
</style>