Shades of Royal Purple #5D42AB
Tints of Royal Purple #5D42AB
RGB
CMYK
RGB Variations
Color information
#5D42AB (or 0x5D42AB) is known color: Royal Purple. HEX triplet: 5D, 42 and AB. RGB value is (93,66,171). Sum of RGB (Red+Green+Blue) = 93+66+171=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D42AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D42AB is #A2BD54. Grayscale: #555555. Windows color (decimal): -10665301 or 11223645. OLE color: 11223645.
HSL color Cylindrical-coordinate representation of color #5D42AB: hue angle of 255.43º 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 #5D42AB is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 66 | 171 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.33 |
| HSL | 255.43º | 0.44% | 0.46% | - |
| HSV(B) | 255.43º | 0.61% | 0.67% | - |
| XYZ | 13.81 | 9.16 | 39.57 | - |
| YUV | 86.04 | 175.95 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 171 | 0.46 | 0.61 | 0 | 0.33 | 255.43 | 0.44 | 0.46 |
| Hex | 5D | 42 | AB | 2E | 3D | 0 | 21 | FF | 2C | 2E |
| Octal | 135 | 102 | 253 | 56 | 75 | 0 | 41 | 377 | 54 | 56 |
| Binary | 1011101 | 1000010 | 10101011 | 101110 | 111101 | 0 | 100001 | 11111111 | 101100 | 101110 |
Color Harmonies of #5D42AB
Complementary color
Monochromatic Colors of #5D42AB
Black with #5D42AB
Text Example
Text Example
White with #5D42AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D42AB; }
p { color: rgb(93,66,171); }
H1.HeaderClassName
{
color: #5D42AB;
}
.AnyTagClassName
{
color: #5D42AB;
}
</style>
background-color css
<style>
a { background-color: #5D42AB; }
a { background-color: rgb(93,66,171); }
div.DivClassName
{
background-color: #5D42AB;
}
.BgClassName
{
background-color: #5D42AB;
}
</style>
border-color css
<style>
span { border-color: #5D42AB; }
span { border-color: rgb(93,66,171); }
td.TdClassName
{
border-color: #5D42AB;
}
.TagClassName
{
border-color: #5D42AB;
}
</style>