Shades of Royal Purple #5940AC
Tints of Royal Purple #5940AC
RGB
CMYK
RGB Variations
Color information
#5940AC (or 0x5940AC) is known color: Royal Purple. HEX triplet: 59, 40 and AC. RGB value is (89,64,172). Sum of RGB (Red+Green+Blue) = 89+64+172=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #5940AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5940AC is #A6BF53. Grayscale: #535353. Windows color (decimal): -10927956 or 11288665. OLE color: 11288665.
HSL color Cylindrical-coordinate representation of color #5940AC: hue angle of 253.89º 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 #5940AC is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 64 | 172 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.33 |
| HSL | 253.89º | 0.46% | 0.46% | - |
| HSV(B) | 253.89º | 0.63% | 0.67% | - |
| XYZ | 13.4 | 8.77 | 40.02 | - |
| YUV | 83.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 172 | 0.48 | 0.63 | 0 | 0.33 | 253.89 | 0.46 | 0.46 |
| Hex | 59 | 40 | AC | 30 | 3F | 0 | 21 | FE | 2E | 2E |
| Octal | 131 | 100 | 254 | 60 | 77 | 0 | 41 | 376 | 56 | 56 |
| Binary | 1011001 | 1000000 | 10101100 | 110000 | 111111 | 0 | 100001 | 11111110 | 101110 | 101110 |
Color Harmonies of #5940AC
Complementary color
Monochromatic Colors of #5940AC
Black with #5940AC
Text Example
Text Example
White with #5940AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5940AC; }
p { color: rgb(89,64,172); }
H1.HeaderClassName
{
color: #5940AC;
}
.AnyTagClassName
{
color: #5940AC;
}
</style>
background-color css
<style>
a { background-color: #5940AC; }
a { background-color: rgb(89,64,172); }
div.DivClassName
{
background-color: #5940AC;
}
.BgClassName
{
background-color: #5940AC;
}
</style>
border-color css
<style>
span { border-color: #5940AC; }
span { border-color: rgb(89,64,172); }
td.TdClassName
{
border-color: #5940AC;
}
.TagClassName
{
border-color: #5940AC;
}
</style>