Shades of Royal Purple #5E36AC
Tints of Royal Purple #5E36AC
RGB
CMYK
RGB Variations
Color information
#5E36AC (or 0x5E36AC) is known color: Royal Purple. HEX triplet: 5E, 36 and AC. RGB value is (94,54,172). Sum of RGB (Red+Green+Blue) = 94+54+172=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E36AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E36AC is #A1C953. Grayscale: #4E4E4E. Windows color (decimal): -10602836 or 11286110. OLE color: 11286110.
HSL color Cylindrical-coordinate representation of color #5E36AC: hue angle of 260.34º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E36AC is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 54 | 172 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.33 |
| HSL | 260.34º | 0.52% | 0.44% | - |
| HSV(B) | 260.34º | 0.69% | 0.67% | - |
| XYZ | 13.38 | 8 | 39.87 | - |
| YUV | 79.41 | 180.25 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 172 | 0.45 | 0.69 | 0 | 0.33 | 260.34 | 0.52 | 0.44 |
| Hex | 5E | 36 | AC | 2D | 45 | 0 | 21 | 104 | 34 | 2C |
| Octal | 136 | 66 | 254 | 55 | 105 | 0 | 41 | 404 | 64 | 54 |
| Binary | 1011110 | 110110 | 10101100 | 101101 | 1000101 | 0 | 100001 | 100000100 | 110100 | 101100 |
Color Harmonies of #5E36AC
Complementary color
Monochromatic Colors of #5E36AC
Black with #5E36AC
Text Example
Text Example
White with #5E36AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E36AC; }
p { color: rgb(94,54,172); }
H1.HeaderClassName
{
color: #5E36AC;
}
.AnyTagClassName
{
color: #5E36AC;
}
</style>
background-color css
<style>
a { background-color: #5E36AC; }
a { background-color: rgb(94,54,172); }
div.DivClassName
{
background-color: #5E36AC;
}
.BgClassName
{
background-color: #5E36AC;
}
</style>
border-color css
<style>
span { border-color: #5E36AC; }
span { border-color: rgb(94,54,172); }
td.TdClassName
{
border-color: #5E36AC;
}
.TagClassName
{
border-color: #5E36AC;
}
</style>