Shades of Royal Purple #5D42AA
Tints of Royal Purple #5D42AA
RGB
CMYK
RGB Variations
Color information
#5D42AA (or 0x5D42AA) is known color: Royal Purple. HEX triplet: 5D, 42 and AA. RGB value is (93,66,170). Sum of RGB (Red+Green+Blue) = 93+66+170=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D42AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D42AA is #A2BD55. Grayscale: #555555. Windows color (decimal): -10665302 or 11158109. OLE color: 11158109.
HSL color Cylindrical-coordinate representation of color #5D42AA: hue angle of 255.58º 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 #5D42AA is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 66 | 170 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.33 |
| HSL | 255.58º | 0.44% | 0.46% | - |
| HSV(B) | 255.58º | 0.61% | 0.67% | - |
| XYZ | 13.72 | 9.13 | 39.07 | - |
| YUV | 85.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 170 | 0.45 | 0.61 | 0 | 0.33 | 255.58 | 0.44 | 0.46 |
| Hex | 5D | 42 | AA | 2D | 3D | 0 | 21 | 100 | 2C | 2E |
| Octal | 135 | 102 | 252 | 55 | 75 | 0 | 41 | 400 | 54 | 56 |
| Binary | 1011101 | 1000010 | 10101010 | 101101 | 111101 | 0 | 100001 | 100000000 | 101100 | 101110 |
Color Harmonies of #5D42AA
Complementary color
Monochromatic Colors of #5D42AA
Black with #5D42AA
Text Example
Text Example
White with #5D42AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D42AA; }
p { color: rgb(93,66,170); }
H1.HeaderClassName
{
color: #5D42AA;
}
.AnyTagClassName
{
color: #5D42AA;
}
</style>
background-color css
<style>
a { background-color: #5D42AA; }
a { background-color: rgb(93,66,170); }
div.DivClassName
{
background-color: #5D42AA;
}
.BgClassName
{
background-color: #5D42AA;
}
</style>
border-color css
<style>
span { border-color: #5D42AA; }
span { border-color: rgb(93,66,170); }
td.TdClassName
{
border-color: #5D42AA;
}
.TagClassName
{
border-color: #5D42AA;
}
</style>