Shades of Royal Purple #5B37AB
Tints of Royal Purple #5B37AB
RGB
CMYK
RGB Variations
Color information
#5B37AB (or 0x5B37AB) is known color: Royal Purple. HEX triplet: 5B, 37 and AB. RGB value is (91,55,171). Sum of RGB (Red+Green+Blue) = 91+55+171=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B37AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B37AB is #A4C854. Grayscale: #4E4E4E. Windows color (decimal): -10799189 or 11220827. OLE color: 11220827.
HSL color Cylindrical-coordinate representation of color #5B37AB: hue angle of 258.62º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B37AB is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 55 | 171 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.33 |
| HSL | 258.62º | 0.51% | 0.44% | - |
| HSV(B) | 258.62º | 0.68% | 0.67% | - |
| XYZ | 13.03 | 7.9 | 39.37 | - |
| YUV | 78.99 | 179.93 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 55 | 171 | 0.47 | 0.68 | 0 | 0.33 | 258.62 | 0.51 | 0.44 |
| Hex | 5B | 37 | AB | 2F | 44 | 0 | 21 | 103 | 33 | 2C |
| Octal | 133 | 67 | 253 | 57 | 104 | 0 | 41 | 403 | 63 | 54 |
| Binary | 1011011 | 110111 | 10101011 | 101111 | 1000100 | 0 | 100001 | 100000011 | 110011 | 101100 |
Color Harmonies of #5B37AB
Complementary color
Monochromatic Colors of #5B37AB
Black with #5B37AB
Text Example
Text Example
White with #5B37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B37AB; }
p { color: rgb(91,55,171); }
H1.HeaderClassName
{
color: #5B37AB;
}
.AnyTagClassName
{
color: #5B37AB;
}
</style>
background-color css
<style>
a { background-color: #5B37AB; }
a { background-color: rgb(91,55,171); }
div.DivClassName
{
background-color: #5B37AB;
}
.BgClassName
{
background-color: #5B37AB;
}
</style>
border-color css
<style>
span { border-color: #5B37AB; }
span { border-color: rgb(91,55,171); }
td.TdClassName
{
border-color: #5B37AB;
}
.TagClassName
{
border-color: #5B37AB;
}
</style>