Shades of Royal Purple #5B3BA9
Tints of Royal Purple #5B3BA9
RGB
CMYK
RGB Variations
Color information
#5B3BA9 (or 0x5B3BA9) is known color: Royal Purple. HEX triplet: 5B, 3B and A9. RGB value is (91,59,169). Sum of RGB (Red+Green+Blue) = 91+59+169=319 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.53% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #5B3BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3BA9 is #A4C456. Grayscale: #505050. Windows color (decimal): -10798167 or 11090779. OLE color: 11090779.
HSL color Cylindrical-coordinate representation of color #5B3BA9: hue angle of 257.45º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B3BA9 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 59 | 169 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.34 |
| HSL | 257.45º | 0.48% | 0.45% | - |
| HSV(B) | 257.45º | 0.65% | 0.66% | - |
| XYZ | 13.04 | 8.22 | 38.43 | - |
| YUV | 81.11 | 177.6 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 169 | 0.46 | 0.65 | 0 | 0.34 | 257.45 | 0.48 | 0.45 |
| Hex | 5B | 3B | A9 | 2E | 41 | 0 | 22 | 101 | 30 | 2D |
| Octal | 133 | 73 | 251 | 56 | 101 | 0 | 42 | 401 | 60 | 55 |
| Binary | 1011011 | 111011 | 10101001 | 101110 | 1000001 | 0 | 100010 | 100000001 | 110000 | 101101 |
Color Harmonies of #5B3BA9
Complementary color
Monochromatic Colors of #5B3BA9
Black with #5B3BA9
Text Example
Text Example
White with #5B3BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3BA9; }
p { color: rgb(91,59,169); }
H1.HeaderClassName
{
color: #5B3BA9;
}
.AnyTagClassName
{
color: #5B3BA9;
}
</style>
background-color css
<style>
a { background-color: #5B3BA9; }
a { background-color: rgb(91,59,169); }
div.DivClassName
{
background-color: #5B3BA9;
}
.BgClassName
{
background-color: #5B3BA9;
}
</style>
border-color css
<style>
span { border-color: #5B3BA9; }
span { border-color: rgb(91,59,169); }
td.TdClassName
{
border-color: #5B3BA9;
}
.TagClassName
{
border-color: #5B3BA9;
}
</style>