Shades of Royal Purple #5E2A9C
Tints of Royal Purple #5E2A9C
RGB
CMYK
RGB Variations
Color information
#5E2A9C (or 0x5E2A9C) is known color: Royal Purple. HEX triplet: 5E, 2A and 9C. RGB value is (94,42,156). Sum of RGB (Red+Green+Blue) = 94+42+156=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E2A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2A9C is #A1D563. Grayscale: #464646. Windows color (decimal): -10605924 or 10234462. OLE color: 10234462.
HSL color Cylindrical-coordinate representation of color #5E2A9C: hue angle of 267.37º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E2A9C is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 42 | 156 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.39 |
| HSL | 267.37º | 0.58% | 0.39% | - |
| HSV(B) | 267.37º | 0.73% | 0.61% | - |
| XYZ | 11.44 | 6.44 | 32.09 | - |
| YUV | 70.54 | 176.23 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 42 | 156 | 0.40 | 0.73 | 0 | 0.39 | 267.37 | 0.58 | 0.39 |
| Hex | 5E | 2A | 9C | 28 | 49 | 0 | 27 | 10B | 3A | 27 |
| Octal | 136 | 52 | 234 | 50 | 111 | 0 | 47 | 413 | 72 | 47 |
| Binary | 1011110 | 101010 | 10011100 | 101000 | 1001001 | 0 | 100111 | 100001011 | 111010 | 100111 |
Color Harmonies of #5E2A9C
Complementary color
Monochromatic Colors of #5E2A9C
Black with #5E2A9C
Text Example
Text Example
White with #5E2A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2A9C; }
p { color: rgb(94,42,156); }
H1.HeaderClassName
{
color: #5E2A9C;
}
.AnyTagClassName
{
color: #5E2A9C;
}
</style>
background-color css
<style>
a { background-color: #5E2A9C; }
a { background-color: rgb(94,42,156); }
div.DivClassName
{
background-color: #5E2A9C;
}
.BgClassName
{
background-color: #5E2A9C;
}
</style>
border-color css
<style>
span { border-color: #5E2A9C; }
span { border-color: rgb(94,42,156); }
td.TdClassName
{
border-color: #5E2A9C;
}
.TagClassName
{
border-color: #5E2A9C;
}
</style>