Shades of Royal Purple #5D3EAF
Tints of Royal Purple #5D3EAF
RGB
CMYK
RGB Variations
Color information
#5D3EAF (or 0x5D3EAF) is known color: Royal Purple. HEX triplet: 5D, 3E and AF. RGB value is (93,62,175). Sum of RGB (Red+Green+Blue) = 93+62+175=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D3EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3EAF is #A2C150. Grayscale: #535353. Windows color (decimal): -10666321 or 11484765. OLE color: 11484765.
HSL color Cylindrical-coordinate representation of color #5D3EAF: hue angle of 256.46º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D3EAF is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 62 | 175 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.31 |
| HSL | 256.46º | 0.48% | 0.46% | - |
| HSV(B) | 256.46º | 0.65% | 0.69% | - |
| XYZ | 13.97 | 8.87 | 41.53 | - |
| YUV | 84.15 | 179.27 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 62 | 175 | 0.47 | 0.65 | 0 | 0.31 | 256.46 | 0.48 | 0.46 |
| Hex | 5D | 3E | AF | 2F | 41 | 0 | 1F | 100 | 30 | 2E |
| Octal | 135 | 76 | 257 | 57 | 101 | 0 | 37 | 400 | 60 | 56 |
| Binary | 1011101 | 111110 | 10101111 | 101111 | 1000001 | 0 | 11111 | 100000000 | 110000 | 101110 |
Color Harmonies of #5D3EAF
Complementary color
Monochromatic Colors of #5D3EAF
Black with #5D3EAF
Text Example
Text Example
White with #5D3EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3EAF; }
p { color: rgb(93,62,175); }
H1.HeaderClassName
{
color: #5D3EAF;
}
.AnyTagClassName
{
color: #5D3EAF;
}
</style>
background-color css
<style>
a { background-color: #5D3EAF; }
a { background-color: rgb(93,62,175); }
div.DivClassName
{
background-color: #5D3EAF;
}
.BgClassName
{
background-color: #5D3EAF;
}
</style>
border-color css
<style>
span { border-color: #5D3EAF; }
span { border-color: rgb(93,62,175); }
td.TdClassName
{
border-color: #5D3EAF;
}
.TagClassName
{
border-color: #5D3EAF;
}
</style>