Shades of Royal Purple #5D3AAB
Tints of Royal Purple #5D3AAB
RGB
CMYK
RGB Variations
Color information
#5D3AAB (or 0x5D3AAB) is known color: Royal Purple. HEX triplet: 5D, 3A and AB. RGB value is (93,58,171). Sum of RGB (Red+Green+Blue) = 93+58+171=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D3AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3AAB is #A2C554. Grayscale: #505050. Windows color (decimal): -10667349 or 11221597. OLE color: 11221597.
HSL color Cylindrical-coordinate representation of color #5D3AAB: hue angle of 258.58º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D3AAB is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 58 | 171 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.33 |
| HSL | 258.58º | 0.49% | 0.45% | - |
| HSV(B) | 258.58º | 0.66% | 0.67% | - |
| XYZ | 13.38 | 8.29 | 39.42 | - |
| YUV | 81.35 | 178.6 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 171 | 0.46 | 0.66 | 0 | 0.33 | 258.58 | 0.49 | 0.45 |
| Hex | 5D | 3A | AB | 2E | 42 | 0 | 21 | 103 | 31 | 2D |
| Octal | 135 | 72 | 253 | 56 | 102 | 0 | 41 | 403 | 61 | 55 |
| Binary | 1011101 | 111010 | 10101011 | 101110 | 1000010 | 0 | 100001 | 100000011 | 110001 | 101101 |
Color Harmonies of #5D3AAB
Complementary color
Monochromatic Colors of #5D3AAB
Black with #5D3AAB
Text Example
Text Example
White with #5D3AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3AAB; }
p { color: rgb(93,58,171); }
H1.HeaderClassName
{
color: #5D3AAB;
}
.AnyTagClassName
{
color: #5D3AAB;
}
</style>
background-color css
<style>
a { background-color: #5D3AAB; }
a { background-color: rgb(93,58,171); }
div.DivClassName
{
background-color: #5D3AAB;
}
.BgClassName
{
background-color: #5D3AAB;
}
</style>
border-color css
<style>
span { border-color: #5D3AAB; }
span { border-color: rgb(93,58,171); }
td.TdClassName
{
border-color: #5D3AAB;
}
.TagClassName
{
border-color: #5D3AAB;
}
</style>