Shades of Royal Purple #5E40AC
Tints of Royal Purple #5E40AC
RGB
CMYK
RGB Variations
Color information
#5E40AC (or 0x5E40AC) is known color: Royal Purple. HEX triplet: 5E, 40 and AC. RGB value is (94,64,172). Sum of RGB (Red+Green+Blue) = 94+64+172=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E40AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E40AC is #A1BF53. Grayscale: #545454. Windows color (decimal): -10600276 or 11288670. OLE color: 11288670.
HSL color Cylindrical-coordinate representation of color #5E40AC: hue angle of 256.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E40AC is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 64 | 172 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.33 |
| HSL | 256.67º | 0.46% | 0.46% | - |
| HSV(B) | 256.67º | 0.63% | 0.67% | - |
| XYZ | 13.9 | 9.03 | 40.04 | - |
| YUV | 85.28 | 176.94 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 172 | 0.45 | 0.63 | 0 | 0.33 | 256.67 | 0.46 | 0.46 |
| Hex | 5E | 40 | AC | 2D | 3F | 0 | 21 | 101 | 2E | 2E |
| Octal | 136 | 100 | 254 | 55 | 77 | 0 | 41 | 401 | 56 | 56 |
| Binary | 1011110 | 1000000 | 10101100 | 101101 | 111111 | 0 | 100001 | 100000001 | 101110 | 101110 |
Color Harmonies of #5E40AC
Complementary color
Monochromatic Colors of #5E40AC
Black with #5E40AC
Text Example
Text Example
White with #5E40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E40AC; }
p { color: rgb(94,64,172); }
H1.HeaderClassName
{
color: #5E40AC;
}
.AnyTagClassName
{
color: #5E40AC;
}
</style>
background-color css
<style>
a { background-color: #5E40AC; }
a { background-color: rgb(94,64,172); }
div.DivClassName
{
background-color: #5E40AC;
}
.BgClassName
{
background-color: #5E40AC;
}
</style>
border-color css
<style>
span { border-color: #5E40AC; }
span { border-color: rgb(94,64,172); }
td.TdClassName
{
border-color: #5E40AC;
}
.TagClassName
{
border-color: #5E40AC;
}
</style>