Shades of Royal Purple #5E38AC
Tints of Royal Purple #5E38AC
RGB
CMYK
RGB Variations
Color information
#5E38AC (or 0x5E38AC) is known color: Royal Purple. HEX triplet: 5E, 38 and AC. RGB value is (94,56,172). Sum of RGB (Red+Green+Blue) = 94+56+172=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E38AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E38AC is #A1C753. Grayscale: #505050. Windows color (decimal): -10602324 or 11286622. OLE color: 11286622.
HSL color Cylindrical-coordinate representation of color #5E38AC: hue angle of 259.66º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E38AC is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 56 | 172 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.33 |
| HSL | 259.66º | 0.51% | 0.45% | - |
| HSV(B) | 259.66º | 0.67% | 0.67% | - |
| XYZ | 13.48 | 8.19 | 39.9 | - |
| YUV | 80.59 | 179.59 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 56 | 172 | 0.45 | 0.67 | 0 | 0.33 | 259.66 | 0.51 | 0.45 |
| Hex | 5E | 38 | AC | 2D | 43 | 0 | 21 | 104 | 33 | 2D |
| Octal | 136 | 70 | 254 | 55 | 103 | 0 | 41 | 404 | 63 | 55 |
| Binary | 1011110 | 111000 | 10101100 | 101101 | 1000011 | 0 | 100001 | 100000100 | 110011 | 101101 |
Color Harmonies of #5E38AC
Complementary color
Monochromatic Colors of #5E38AC
Black with #5E38AC
Text Example
Text Example
White with #5E38AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E38AC; }
p { color: rgb(94,56,172); }
H1.HeaderClassName
{
color: #5E38AC;
}
.AnyTagClassName
{
color: #5E38AC;
}
</style>
background-color css
<style>
a { background-color: #5E38AC; }
a { background-color: rgb(94,56,172); }
div.DivClassName
{
background-color: #5E38AC;
}
.BgClassName
{
background-color: #5E38AC;
}
</style>
border-color css
<style>
span { border-color: #5E38AC; }
span { border-color: rgb(94,56,172); }
td.TdClassName
{
border-color: #5E38AC;
}
.TagClassName
{
border-color: #5E38AC;
}
</style>