Shades of Royal Purple #5E3BAA
Tints of Royal Purple #5E3BAA
RGB
CMYK
RGB Variations
Color information
#5E3BAA (or 0x5E3BAA) is known color: Royal Purple. HEX triplet: 5E, 3B and AA. RGB value is (94,59,170). Sum of RGB (Red+Green+Blue) = 94+59+170=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E3BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3BAA is #A1C455. Grayscale: #515151. Windows color (decimal): -10601558 or 11156318. OLE color: 11156318.
HSL color Cylindrical-coordinate representation of color #5E3BAA: hue angle of 258.92º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E3BAA is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 59 | 170 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.33 |
| HSL | 258.92º | 0.48% | 0.45% | - |
| HSV(B) | 258.92º | 0.65% | 0.67% | - |
| XYZ | 13.44 | 8.41 | 38.95 | - |
| YUV | 82.12 | 177.6 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 170 | 0.45 | 0.65 | 0 | 0.33 | 258.92 | 0.48 | 0.45 |
| Hex | 5E | 3B | AA | 2D | 41 | 0 | 21 | 103 | 30 | 2D |
| Octal | 136 | 73 | 252 | 55 | 101 | 0 | 41 | 403 | 60 | 55 |
| Binary | 1011110 | 111011 | 10101010 | 101101 | 1000001 | 0 | 100001 | 100000011 | 110000 | 101101 |
Color Harmonies of #5E3BAA
Complementary color
Monochromatic Colors of #5E3BAA
Black with #5E3BAA
Text Example
Text Example
White with #5E3BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3BAA; }
p { color: rgb(94,59,170); }
H1.HeaderClassName
{
color: #5E3BAA;
}
.AnyTagClassName
{
color: #5E3BAA;
}
</style>
background-color css
<style>
a { background-color: #5E3BAA; }
a { background-color: rgb(94,59,170); }
div.DivClassName
{
background-color: #5E3BAA;
}
.BgClassName
{
background-color: #5E3BAA;
}
</style>
border-color css
<style>
span { border-color: #5E3BAA; }
span { border-color: rgb(94,59,170); }
td.TdClassName
{
border-color: #5E3BAA;
}
.TagClassName
{
border-color: #5E3BAA;
}
</style>