Shades of Royal Purple #5B3CAD
Tints of Royal Purple #5B3CAD
RGB
CMYK
RGB Variations
Color information
#5B3CAD (or 0x5B3CAD) is known color: Royal Purple. HEX triplet: 5B, 3C and AD. RGB value is (91,60,173). Sum of RGB (Red+Green+Blue) = 91+60+173=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B3CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3CAD is #A4C352. Grayscale: #515151. Windows color (decimal): -10797907 or 11353179. OLE color: 11353179.
HSL color Cylindrical-coordinate representation of color #5B3CAD: hue angle of 256.46º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B3CAD is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 60 | 173 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.32 |
| HSL | 256.46º | 0.48% | 0.46% | - |
| HSV(B) | 256.46º | 0.65% | 0.68% | - |
| XYZ | 13.47 | 8.47 | 40.46 | - |
| YUV | 82.15 | 179.27 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 60 | 173 | 0.47 | 0.65 | 0 | 0.32 | 256.46 | 0.48 | 0.46 |
| Hex | 5B | 3C | AD | 2F | 41 | 0 | 20 | 100 | 30 | 2E |
| Octal | 133 | 74 | 255 | 57 | 101 | 0 | 40 | 400 | 60 | 56 |
| Binary | 1011011 | 111100 | 10101101 | 101111 | 1000001 | 0 | 100000 | 100000000 | 110000 | 101110 |
Color Harmonies of #5B3CAD
Complementary color
Monochromatic Colors of #5B3CAD
Black with #5B3CAD
Text Example
Text Example
White with #5B3CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3CAD; }
p { color: rgb(91,60,173); }
H1.HeaderClassName
{
color: #5B3CAD;
}
.AnyTagClassName
{
color: #5B3CAD;
}
</style>
background-color css
<style>
a { background-color: #5B3CAD; }
a { background-color: rgb(91,60,173); }
div.DivClassName
{
background-color: #5B3CAD;
}
.BgClassName
{
background-color: #5B3CAD;
}
</style>
border-color css
<style>
span { border-color: #5B3CAD; }
span { border-color: rgb(91,60,173); }
td.TdClassName
{
border-color: #5B3CAD;
}
.TagClassName
{
border-color: #5B3CAD;
}
</style>