Shades of Royal Purple #5942AB
Tints of Royal Purple #5942AB
RGB
CMYK
RGB Variations
Color information
#5942AB (or 0x5942AB) is known color: Royal Purple. HEX triplet: 59, 42 and AB. RGB value is (89,66,171). Sum of RGB (Red+Green+Blue) = 89+66+171=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #5942AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5942AB is #A6BD54. Grayscale: #545454. Windows color (decimal): -10927445 or 11223641. OLE color: 11223641.
HSL color Cylindrical-coordinate representation of color #5942AB: hue angle of 253.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5942AB is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 66 | 171 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.33 |
| HSL | 253.14º | 0.44% | 0.46% | - |
| HSV(B) | 253.14º | 0.61% | 0.67% | - |
| XYZ | 13.42 | 8.96 | 39.55 | - |
| YUV | 84.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 171 | 0.48 | 0.61 | 0 | 0.33 | 253.14 | 0.44 | 0.46 |
| Hex | 59 | 42 | AB | 30 | 3D | 0 | 21 | FD | 2C | 2E |
| Octal | 131 | 102 | 253 | 60 | 75 | 0 | 41 | 375 | 54 | 56 |
| Binary | 1011001 | 1000010 | 10101011 | 110000 | 111101 | 0 | 100001 | 11111101 | 101100 | 101110 |
Color Harmonies of #5942AB
Complementary color
Monochromatic Colors of #5942AB
Black with #5942AB
Text Example
Text Example
White with #5942AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5942AB; }
p { color: rgb(89,66,171); }
H1.HeaderClassName
{
color: #5942AB;
}
.AnyTagClassName
{
color: #5942AB;
}
</style>
background-color css
<style>
a { background-color: #5942AB; }
a { background-color: rgb(89,66,171); }
div.DivClassName
{
background-color: #5942AB;
}
.BgClassName
{
background-color: #5942AB;
}
</style>
border-color css
<style>
span { border-color: #5942AB; }
span { border-color: rgb(89,66,171); }
td.TdClassName
{
border-color: #5942AB;
}
.TagClassName
{
border-color: #5942AB;
}
</style>