Shades of Royal Purple #5D3BAF
Tints of Royal Purple #5D3BAF
RGB
CMYK
RGB Variations
Color information
#5D3BAF (or 0x5D3BAF) is known color: Royal Purple. HEX triplet: 5D, 3B and AF. RGB value is (93,59,175). Sum of RGB (Red+Green+Blue) = 93+59+175=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D3BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3BAF is #A2C450. Grayscale: #515151. Windows color (decimal): -10667089 or 11483997. OLE color: 11483997.
HSL color Cylindrical-coordinate representation of color #5D3BAF: hue angle of 257.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D3BAF is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 59 | 175 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.31 |
| HSL | 257.59º | 0.5% | 0.46% | - |
| HSV(B) | 257.59º | 0.66% | 0.69% | - |
| XYZ | 13.82 | 8.55 | 41.48 | - |
| YUV | 82.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 59 | 175 | 0.47 | 0.66 | 0 | 0.31 | 257.59 | 0.5 | 0.46 |
| Hex | 5D | 3B | AF | 2F | 42 | 0 | 1F | 102 | 32 | 2E |
| Octal | 135 | 73 | 257 | 57 | 102 | 0 | 37 | 402 | 62 | 56 |
| Binary | 1011101 | 111011 | 10101111 | 101111 | 1000010 | 0 | 11111 | 100000010 | 110010 | 101110 |
Color Harmonies of #5D3BAF
Complementary color
Monochromatic Colors of #5D3BAF
Black with #5D3BAF
Text Example
Text Example
White with #5D3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3BAF; }
p { color: rgb(93,59,175); }
H1.HeaderClassName
{
color: #5D3BAF;
}
.AnyTagClassName
{
color: #5D3BAF;
}
</style>
background-color css
<style>
a { background-color: #5D3BAF; }
a { background-color: rgb(93,59,175); }
div.DivClassName
{
background-color: #5D3BAF;
}
.BgClassName
{
background-color: #5D3BAF;
}
</style>
border-color css
<style>
span { border-color: #5D3BAF; }
span { border-color: rgb(93,59,175); }
td.TdClassName
{
border-color: #5D3BAF;
}
.TagClassName
{
border-color: #5D3BAF;
}
</style>