Shades of Royal Purple #5E3DAD
Tints of Royal Purple #5E3DAD
RGB
CMYK
RGB Variations
Color information
#5E3DAD (or 0x5E3DAD) is known color: Royal Purple. HEX triplet: 5E, 3D and AD. RGB value is (94,61,173). Sum of RGB (Red+Green+Blue) = 94+61+173=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E3DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3DAD is #A1C252. Grayscale: #535353. Windows color (decimal): -10601043 or 11353438. OLE color: 11353438.
HSL color Cylindrical-coordinate representation of color #5E3DAD: hue angle of 257.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E3DAD is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 61 | 173 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.32 |
| HSL | 257.68º | 0.48% | 0.46% | - |
| HSV(B) | 257.68º | 0.65% | 0.68% | - |
| XYZ | 13.83 | 8.73 | 40.49 | - |
| YUV | 83.64 | 178.43 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 61 | 173 | 0.46 | 0.65 | 0 | 0.32 | 257.68 | 0.48 | 0.46 |
| Hex | 5E | 3D | AD | 2E | 41 | 0 | 20 | 102 | 30 | 2E |
| Octal | 136 | 75 | 255 | 56 | 101 | 0 | 40 | 402 | 60 | 56 |
| Binary | 1011110 | 111101 | 10101101 | 101110 | 1000001 | 0 | 100000 | 100000010 | 110000 | 101110 |
Color Harmonies of #5E3DAD
Complementary color
Monochromatic Colors of #5E3DAD
Black with #5E3DAD
Text Example
Text Example
White with #5E3DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3DAD; }
p { color: rgb(94,61,173); }
H1.HeaderClassName
{
color: #5E3DAD;
}
.AnyTagClassName
{
color: #5E3DAD;
}
</style>
background-color css
<style>
a { background-color: #5E3DAD; }
a { background-color: rgb(94,61,173); }
div.DivClassName
{
background-color: #5E3DAD;
}
.BgClassName
{
background-color: #5E3DAD;
}
</style>
border-color css
<style>
span { border-color: #5E3DAD; }
span { border-color: rgb(94,61,173); }
td.TdClassName
{
border-color: #5E3DAD;
}
.TagClassName
{
border-color: #5E3DAD;
}
</style>