Shades of Royal Purple #5D35A9
Tints of Royal Purple #5D35A9
RGB
CMYK
RGB Variations
Color information
#5D35A9 (or 0x5D35A9) is known color: Royal Purple. HEX triplet: 5D, 35 and A9. RGB value is (93,53,169). Sum of RGB (Red+Green+Blue) = 93+53+169=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 169 (66.41% from 255 or 53.65% from 315); Max value from RGB is 169 - color contains mainly: blue. Hex color #5D35A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D35A9 is #A2CA56. Grayscale: #4D4D4D. Windows color (decimal): -10668631 or 11089245. OLE color: 11089245.
HSL color Cylindrical-coordinate representation of color #5D35A9: hue angle of 260.69º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D35A9 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 53 | 169 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.34 |
| HSL | 260.69º | 0.52% | 0.44% | - |
| HSV(B) | 260.69º | 0.69% | 0.66% | - |
| XYZ | 12.95 | 7.74 | 38.35 | - |
| YUV | 78.18 | 179.25 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 169 | 0.45 | 0.69 | 0 | 0.34 | 260.69 | 0.52 | 0.44 |
| Hex | 5D | 35 | A9 | 2D | 45 | 0 | 22 | 105 | 34 | 2C |
| Octal | 135 | 65 | 251 | 55 | 105 | 0 | 42 | 405 | 64 | 54 |
| Binary | 1011101 | 110101 | 10101001 | 101101 | 1000101 | 0 | 100010 | 100000101 | 110100 | 101100 |
Color Harmonies of #5D35A9
Complementary color
Monochromatic Colors of #5D35A9
Black with #5D35A9
Text Example
Text Example
White with #5D35A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D35A9; }
p { color: rgb(93,53,169); }
H1.HeaderClassName
{
color: #5D35A9;
}
.AnyTagClassName
{
color: #5D35A9;
}
</style>
background-color css
<style>
a { background-color: #5D35A9; }
a { background-color: rgb(93,53,169); }
div.DivClassName
{
background-color: #5D35A9;
}
.BgClassName
{
background-color: #5D35A9;
}
</style>
border-color css
<style>
span { border-color: #5D35A9; }
span { border-color: rgb(93,53,169); }
td.TdClassName
{
border-color: #5D35A9;
}
.TagClassName
{
border-color: #5D35A9;
}
</style>