Shades of Royal Purple #5B3AAE
Tints of Royal Purple #5B3AAE
RGB
CMYK
RGB Variations
Color information
#5B3AAE (or 0x5B3AAE) is known color: Royal Purple. HEX triplet: 5B, 3A and AE. RGB value is (91,58,174). Sum of RGB (Red+Green+Blue) = 91+58+174=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #5B3AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3AAE is #A4C551. Grayscale: #505050. Windows color (decimal): -10798418 or 11418203. OLE color: 11418203.
HSL color Cylindrical-coordinate representation of color #5B3AAE: hue angle of 257.07º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B3AAE is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 58 | 174 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.32 |
| HSL | 257.07º | 0.5% | 0.45% | - |
| HSV(B) | 257.07º | 0.67% | 0.68% | - |
| XYZ | 13.47 | 8.31 | 40.94 | - |
| YUV | 81.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 174 | 0.48 | 0.67 | 0 | 0.32 | 257.07 | 0.5 | 0.45 |
| Hex | 5B | 3A | AE | 30 | 43 | 0 | 20 | 101 | 32 | 2D |
| Octal | 133 | 72 | 256 | 60 | 103 | 0 | 40 | 401 | 62 | 55 |
| Binary | 1011011 | 111010 | 10101110 | 110000 | 1000011 | 0 | 100000 | 100000001 | 110010 | 101101 |
Color Harmonies of #5B3AAE
Complementary color
Monochromatic Colors of #5B3AAE
Black with #5B3AAE
Text Example
Text Example
White with #5B3AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3AAE; }
p { color: rgb(91,58,174); }
H1.HeaderClassName
{
color: #5B3AAE;
}
.AnyTagClassName
{
color: #5B3AAE;
}
</style>
background-color css
<style>
a { background-color: #5B3AAE; }
a { background-color: rgb(91,58,174); }
div.DivClassName
{
background-color: #5B3AAE;
}
.BgClassName
{
background-color: #5B3AAE;
}
</style>
border-color css
<style>
span { border-color: #5B3AAE; }
span { border-color: rgb(91,58,174); }
td.TdClassName
{
border-color: #5B3AAE;
}
.TagClassName
{
border-color: #5B3AAE;
}
</style>