Shades of Royal Purple #5E37AB
Tints of Royal Purple #5E37AB
RGB
CMYK
RGB Variations
Color information
#5E37AB (or 0x5E37AB) is known color: Royal Purple. HEX triplet: 5E, 37 and AB. RGB value is (94,55,171). Sum of RGB (Red+Green+Blue) = 94+55+171=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 55 (21.88% from 255 or 17.19% 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 #5E37AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E37AB is #A1C854. Grayscale: #4F4F4F. Windows color (decimal): -10602581 or 11220830. OLE color: 11220830.
HSL color Cylindrical-coordinate representation of color #5E37AB: hue angle of 260.17º 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 #5E37AB is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 55 | 171 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.33 |
| HSL | 260.17º | 0.51% | 0.44% | - |
| HSV(B) | 260.17º | 0.68% | 0.67% | - |
| XYZ | 13.33 | 8.05 | 39.38 | - |
| YUV | 79.89 | 179.42 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 171 | 0.45 | 0.68 | 0 | 0.33 | 260.17 | 0.51 | 0.44 |
| Hex | 5E | 37 | AB | 2D | 44 | 0 | 21 | 104 | 33 | 2C |
| Octal | 136 | 67 | 253 | 55 | 104 | 0 | 41 | 404 | 63 | 54 |
| Binary | 1011110 | 110111 | 10101011 | 101101 | 1000100 | 0 | 100001 | 100000100 | 110011 | 101100 |
Color Harmonies of #5E37AB
Complementary color
Monochromatic Colors of #5E37AB
Black with #5E37AB
Text Example
Text Example
White with #5E37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E37AB; }
p { color: rgb(94,55,171); }
H1.HeaderClassName
{
color: #5E37AB;
}
.AnyTagClassName
{
color: #5E37AB;
}
</style>
background-color css
<style>
a { background-color: #5E37AB; }
a { background-color: rgb(94,55,171); }
div.DivClassName
{
background-color: #5E37AB;
}
.BgClassName
{
background-color: #5E37AB;
}
</style>
border-color css
<style>
span { border-color: #5E37AB; }
span { border-color: rgb(94,55,171); }
td.TdClassName
{
border-color: #5E37AB;
}
.TagClassName
{
border-color: #5E37AB;
}
</style>