Shades of Royal Purple #5E29A4
Tints of Royal Purple #5E29A4
RGB
CMYK
RGB Variations
Color information
#5E29A4 (or 0x5E29A4) is known color: Royal Purple. HEX triplet: 5E, 29 and A4. RGB value is (94,41,164). Sum of RGB (Red+Green+Blue) = 94+41+164=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #5E29A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E29A4 is #A1D65B. Grayscale: #464646. Windows color (decimal): -10606172 or 10758494. OLE color: 10758494.
HSL color Cylindrical-coordinate representation of color #5E29A4: hue angle of 265.85º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E29A4 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 41 | 164 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.36 |
| HSL | 265.85º | 0.6% | 0.4% | - |
| HSV(B) | 265.85º | 0.75% | 0.64% | - |
| XYZ | 12.11 | 6.65 | 35.77 | - |
| YUV | 70.87 | 180.56 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 164 | 0.43 | 0.75 | 0 | 0.36 | 265.85 | 0.6 | 0.4 |
| Hex | 5E | 29 | A4 | 2B | 4B | 0 | 24 | 10A | 3C | 28 |
| Octal | 136 | 51 | 244 | 53 | 113 | 0 | 44 | 412 | 74 | 50 |
| Binary | 1011110 | 101001 | 10100100 | 101011 | 1001011 | 0 | 100100 | 100001010 | 111100 | 101000 |
Color Harmonies of #5E29A4
Complementary color
Monochromatic Colors of #5E29A4
Black with #5E29A4
Text Example
Text Example
White with #5E29A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E29A4; }
p { color: rgb(94,41,164); }
H1.HeaderClassName
{
color: #5E29A4;
}
.AnyTagClassName
{
color: #5E29A4;
}
</style>
background-color css
<style>
a { background-color: #5E29A4; }
a { background-color: rgb(94,41,164); }
div.DivClassName
{
background-color: #5E29A4;
}
.BgClassName
{
background-color: #5E29A4;
}
</style>
border-color css
<style>
span { border-color: #5E29A4; }
span { border-color: rgb(94,41,164); }
td.TdClassName
{
border-color: #5E29A4;
}
.TagClassName
{
border-color: #5E29A4;
}
</style>