Shades of Royal Purple #5D40AB
Tints of Royal Purple #5D40AB
RGB
CMYK
RGB Variations
Color information
#5D40AB (or 0x5D40AB) is known color: Royal Purple. HEX triplet: 5D, 40 and AB. RGB value is (93,64,171). Sum of RGB (Red+Green+Blue) = 93+64+171=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D40AB is #A2BF54. Grayscale: #545454. Windows color (decimal): -10665813 or 11223133. OLE color: 11223133.
HSL color Cylindrical-coordinate representation of color #5D40AB: hue angle of 256.26º 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 #5D40AB is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 64 | 171 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.33 |
| HSL | 256.26º | 0.46% | 0.46% | - |
| HSV(B) | 256.26º | 0.63% | 0.67% | - |
| XYZ | 13.7 | 8.93 | 39.53 | - |
| YUV | 84.87 | 176.61 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 171 | 0.46 | 0.63 | 0 | 0.33 | 256.26 | 0.46 | 0.46 |
| Hex | 5D | 40 | AB | 2E | 3F | 0 | 21 | 100 | 2E | 2E |
| Octal | 135 | 100 | 253 | 56 | 77 | 0 | 41 | 400 | 56 | 56 |
| Binary | 1011101 | 1000000 | 10101011 | 101110 | 111111 | 0 | 100001 | 100000000 | 101110 | 101110 |
Color Harmonies of #5D40AB
Complementary color
Monochromatic Colors of #5D40AB
Black with #5D40AB
Text Example
Text Example
White with #5D40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D40AB; }
p { color: rgb(93,64,171); }
H1.HeaderClassName
{
color: #5D40AB;
}
.AnyTagClassName
{
color: #5D40AB;
}
</style>
background-color css
<style>
a { background-color: #5D40AB; }
a { background-color: rgb(93,64,171); }
div.DivClassName
{
background-color: #5D40AB;
}
.BgClassName
{
background-color: #5D40AB;
}
</style>
border-color css
<style>
span { border-color: #5D40AB; }
span { border-color: rgb(93,64,171); }
td.TdClassName
{
border-color: #5D40AB;
}
.TagClassName
{
border-color: #5D40AB;
}
</style>