Shades of Royal Purple #5B3AAB
Tints of Royal Purple #5B3AAB
RGB
CMYK
RGB Variations
Color information
#5B3AAB (or 0x5B3AAB) is known color: Royal Purple. HEX triplet: 5B, 3A and AB. RGB value is (91,58,171). Sum of RGB (Red+Green+Blue) = 91+58+171=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B3AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3AAB is #A4C554. Grayscale: #505050. Windows color (decimal): -10798421 or 11221595. OLE color: 11221595.
HSL color Cylindrical-coordinate representation of color #5B3AAB: hue angle of 257.52º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B3AAB is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 58 | 171 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.33 |
| HSL | 257.52º | 0.49% | 0.45% | - |
| HSV(B) | 257.52º | 0.66% | 0.67% | - |
| XYZ | 13.18 | 8.19 | 39.41 | - |
| YUV | 80.75 | 178.93 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 171 | 0.47 | 0.66 | 0 | 0.33 | 257.52 | 0.49 | 0.45 |
| Hex | 5B | 3A | AB | 2F | 42 | 0 | 21 | 102 | 31 | 2D |
| Octal | 133 | 72 | 253 | 57 | 102 | 0 | 41 | 402 | 61 | 55 |
| Binary | 1011011 | 111010 | 10101011 | 101111 | 1000010 | 0 | 100001 | 100000010 | 110001 | 101101 |
Color Harmonies of #5B3AAB
Complementary color
Monochromatic Colors of #5B3AAB
Black with #5B3AAB
Text Example
Text Example
White with #5B3AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3AAB; }
p { color: rgb(91,58,171); }
H1.HeaderClassName
{
color: #5B3AAB;
}
.AnyTagClassName
{
color: #5B3AAB;
}
</style>
background-color css
<style>
a { background-color: #5B3AAB; }
a { background-color: rgb(91,58,171); }
div.DivClassName
{
background-color: #5B3AAB;
}
.BgClassName
{
background-color: #5B3AAB;
}
</style>
border-color css
<style>
span { border-color: #5B3AAB; }
span { border-color: rgb(91,58,171); }
td.TdClassName
{
border-color: #5B3AAB;
}
.TagClassName
{
border-color: #5B3AAB;
}
</style>