Shades of Royal Purple #5E35AB
Tints of Royal Purple #5E35AB
RGB
CMYK
RGB Variations
Color information
#5E35AB (or 0x5E35AB) is known color: Royal Purple. HEX triplet: 5E, 35 and AB. RGB value is (94,53,171). Sum of RGB (Red+Green+Blue) = 94+53+171=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E35AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E35AB is #A1CA54. Grayscale: #4E4E4E. Windows color (decimal): -10603093 or 11220318. OLE color: 11220318.
HSL color Cylindrical-coordinate representation of color #5E35AB: hue angle of 260.85º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E35AB is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 53 | 171 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.33 |
| HSL | 260.85º | 0.53% | 0.44% | - |
| HSV(B) | 260.85º | 0.69% | 0.67% | - |
| XYZ | 13.24 | 7.87 | 39.35 | - |
| YUV | 78.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 171 | 0.45 | 0.69 | 0 | 0.33 | 260.85 | 0.53 | 0.44 |
| Hex | 5E | 35 | AB | 2D | 45 | 0 | 21 | 105 | 35 | 2C |
| Octal | 136 | 65 | 253 | 55 | 105 | 0 | 41 | 405 | 65 | 54 |
| Binary | 1011110 | 110101 | 10101011 | 101101 | 1000101 | 0 | 100001 | 100000101 | 110101 | 101100 |
Color Harmonies of #5E35AB
Complementary color
Monochromatic Colors of #5E35AB
Black with #5E35AB
Text Example
Text Example
White with #5E35AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E35AB; }
p { color: rgb(94,53,171); }
H1.HeaderClassName
{
color: #5E35AB;
}
.AnyTagClassName
{
color: #5E35AB;
}
</style>
background-color css
<style>
a { background-color: #5E35AB; }
a { background-color: rgb(94,53,171); }
div.DivClassName
{
background-color: #5E35AB;
}
.BgClassName
{
background-color: #5E35AB;
}
</style>
border-color css
<style>
span { border-color: #5E35AB; }
span { border-color: rgb(94,53,171); }
td.TdClassName
{
border-color: #5E35AB;
}
.TagClassName
{
border-color: #5E35AB;
}
</style>