Shades of Royal Purple #5E40A6
Tints of Royal Purple #5E40A6
RGB
CMYK
RGB Variations
Color information
#5E40A6 (or 0x5E40A6) is known color: Royal Purple. HEX triplet: 5E, 40 and A6. RGB value is (94,64,166). Sum of RGB (Red+Green+Blue) = 94+64+166=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 166 (65.23% from 255 or 51.23% from 324); Max value from RGB is 166 - color contains mainly: blue. Hex color #5E40A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E40A6 is #A1BF59. Grayscale: #545454. Windows color (decimal): -10600282 or 10895454. OLE color: 10895454.
HSL color Cylindrical-coordinate representation of color #5E40A6: hue angle of 257.65º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E40A6 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 94 | 64 | 166 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.35 |
| HSL | 257.65º | 0.44% | 0.45% | - |
| HSV(B) | 257.65º | 0.61% | 0.65% | - |
| XYZ | 13.33 | 8.8 | 37.07 | - |
| YUV | 84.6 | 173.94 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 166 | 0.43 | 0.61 | 0 | 0.35 | 257.65 | 0.44 | 0.45 |
| Hex | 5E | 40 | A6 | 2B | 3D | 0 | 23 | 102 | 2C | 2D |
| Octal | 136 | 100 | 246 | 53 | 75 | 0 | 43 | 402 | 54 | 55 |
| Binary | 1011110 | 1000000 | 10100110 | 101011 | 111101 | 0 | 100011 | 100000010 | 101100 | 101101 |
Color Harmonies of #5E40A6
Complementary color
Monochromatic Colors of #5E40A6
Black with #5E40A6
Text Example
Text Example
White with #5E40A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E40A6; }
p { color: rgb(94,64,166); }
H1.HeaderClassName
{
color: #5E40A6;
}
.AnyTagClassName
{
color: #5E40A6;
}
</style>
background-color css
<style>
a { background-color: #5E40A6; }
a { background-color: rgb(94,64,166); }
div.DivClassName
{
background-color: #5E40A6;
}
.BgClassName
{
background-color: #5E40A6;
}
</style>
border-color css
<style>
span { border-color: #5E40A6; }
span { border-color: rgb(94,64,166); }
td.TdClassName
{
border-color: #5E40A6;
}
.TagClassName
{
border-color: #5E40A6;
}
</style>