Shades of Royal Purple #5840AD
Tints of Royal Purple #5840AD
RGB
CMYK
RGB Variations
Color information
#5840AD (or 0x5840AD) is known color: Royal Purple. HEX triplet: 58, 40 and AD. RGB value is (88,64,173). Sum of RGB (Red+Green+Blue) = 88+64+173=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #5840AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5840AD is #A7BF52. Grayscale: #535353. Windows color (decimal): -10993491 or 11354200. OLE color: 11354200.
HSL color Cylindrical-coordinate representation of color #5840AD: hue angle of 253.21º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5840AD is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 64 | 173 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.32 |
| HSL | 253.21º | 0.46% | 0.46% | - |
| HSV(B) | 253.21º | 0.63% | 0.68% | - |
| XYZ | 13.4 | 8.76 | 40.52 | - |
| YUV | 83.6 | 178.45 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 173 | 0.49 | 0.63 | 0 | 0.32 | 253.21 | 0.46 | 0.46 |
| Hex | 58 | 40 | AD | 31 | 3F | 0 | 20 | FD | 2E | 2E |
| Octal | 130 | 100 | 255 | 61 | 77 | 0 | 40 | 375 | 56 | 56 |
| Binary | 1011000 | 1000000 | 10101101 | 110001 | 111111 | 0 | 100000 | 11111101 | 101110 | 101110 |
Color Harmonies of #5840AD
Complementary color
Monochromatic Colors of #5840AD
Black with #5840AD
Text Example
Text Example
White with #5840AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5840AD; }
p { color: rgb(88,64,173); }
H1.HeaderClassName
{
color: #5840AD;
}
.AnyTagClassName
{
color: #5840AD;
}
</style>
background-color css
<style>
a { background-color: #5840AD; }
a { background-color: rgb(88,64,173); }
div.DivClassName
{
background-color: #5840AD;
}
.BgClassName
{
background-color: #5840AD;
}
</style>
border-color css
<style>
span { border-color: #5840AD; }
span { border-color: rgb(88,64,173); }
td.TdClassName
{
border-color: #5840AD;
}
.TagClassName
{
border-color: #5840AD;
}
</style>