Shades of Royal Purple #5E3BAD
Tints of Royal Purple #5E3BAD
RGB
CMYK
RGB Variations
Color information
#5E3BAD (or 0x5E3BAD) is known color: Royal Purple. HEX triplet: 5E, 3B and AD. RGB value is (94,59,173). Sum of RGB (Red+Green+Blue) = 94+59+173=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E3BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3BAD is #A1C452. Grayscale: #525252. Windows color (decimal): -10601555 or 11352926. OLE color: 11352926.
HSL color Cylindrical-coordinate representation of color #5E3BAD: hue angle of 258.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E3BAD is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 59 | 173 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.32 |
| HSL | 258.42º | 0.49% | 0.45% | - |
| HSV(B) | 258.42º | 0.66% | 0.68% | - |
| XYZ | 13.72 | 8.52 | 40.46 | - |
| YUV | 82.46 | 179.1 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 173 | 0.46 | 0.66 | 0 | 0.32 | 258.42 | 0.49 | 0.45 |
| Hex | 5E | 3B | AD | 2E | 42 | 0 | 20 | 102 | 31 | 2D |
| Octal | 136 | 73 | 255 | 56 | 102 | 0 | 40 | 402 | 61 | 55 |
| Binary | 1011110 | 111011 | 10101101 | 101110 | 1000010 | 0 | 100000 | 100000010 | 110001 | 101101 |
Color Harmonies of #5E3BAD
Complementary color
Monochromatic Colors of #5E3BAD
Black with #5E3BAD
Text Example
Text Example
White with #5E3BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3BAD; }
p { color: rgb(94,59,173); }
H1.HeaderClassName
{
color: #5E3BAD;
}
.AnyTagClassName
{
color: #5E3BAD;
}
</style>
background-color css
<style>
a { background-color: #5E3BAD; }
a { background-color: rgb(94,59,173); }
div.DivClassName
{
background-color: #5E3BAD;
}
.BgClassName
{
background-color: #5E3BAD;
}
</style>
border-color css
<style>
span { border-color: #5E3BAD; }
span { border-color: rgb(94,59,173); }
td.TdClassName
{
border-color: #5E3BAD;
}
.TagClassName
{
border-color: #5E3BAD;
}
</style>