Shades of Royal Purple #5E2BA6
Tints of Royal Purple #5E2BA6
RGB
CMYK
RGB Variations
Color information
#5E2BA6 (or 0x5E2BA6) is known color: Royal Purple. HEX triplet: 5E, 2B and A6. RGB value is (94,43,166). Sum of RGB (Red+Green+Blue) = 94+43+166=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 166 (65.23% from 255 or 54.79% from 303); Max value from RGB is 166 - color contains mainly: blue. Hex color #5E2BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2BA6 is #A1D459. Grayscale: #474747. Windows color (decimal): -10605658 or 10890078. OLE color: 10890078.
HSL color Cylindrical-coordinate representation of color #5E2BA6: hue angle of 264.88º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E2BA6 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 43 | 166 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.35 |
| HSL | 264.88º | 0.59% | 0.41% | - |
| HSV(B) | 264.88º | 0.74% | 0.65% | - |
| XYZ | 12.36 | 6.86 | 36.75 | - |
| YUV | 72.27 | 180.9 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 43 | 166 | 0.43 | 0.74 | 0 | 0.35 | 264.88 | 0.59 | 0.41 |
| Hex | 5E | 2B | A6 | 2B | 4A | 0 | 23 | 109 | 3B | 29 |
| Octal | 136 | 53 | 246 | 53 | 112 | 0 | 43 | 411 | 73 | 51 |
| Binary | 1011110 | 101011 | 10100110 | 101011 | 1001010 | 0 | 100011 | 100001001 | 111011 | 101001 |
Color Harmonies of #5E2BA6
Complementary color
Monochromatic Colors of #5E2BA6
Black with #5E2BA6
Text Example
Text Example
White with #5E2BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2BA6; }
p { color: rgb(94,43,166); }
H1.HeaderClassName
{
color: #5E2BA6;
}
.AnyTagClassName
{
color: #5E2BA6;
}
</style>
background-color css
<style>
a { background-color: #5E2BA6; }
a { background-color: rgb(94,43,166); }
div.DivClassName
{
background-color: #5E2BA6;
}
.BgClassName
{
background-color: #5E2BA6;
}
</style>
border-color css
<style>
span { border-color: #5E2BA6; }
span { border-color: rgb(94,43,166); }
td.TdClassName
{
border-color: #5E2BA6;
}
.TagClassName
{
border-color: #5E2BA6;
}
</style>