Shades of Royal Purple #5D1E9D
Tints of Royal Purple #5D1E9D
RGB
CMYK
RGB Variations
Color information
#5D1E9D (or 0x5D1E9D) is known color: Royal Purple. HEX triplet: 5D, 1E and 9D. RGB value is (93,30,157). Sum of RGB (Red+Green+Blue) = 93+30+157=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D1E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1E9D is #A2E162. Grayscale: #3E3E3E. Windows color (decimal): -10674531 or 10296925. OLE color: 10296925.
HSL color Cylindrical-coordinate representation of color #5D1E9D: hue angle of 269.76º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D1E9D is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 30 | 157 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.38 |
| HSL | 269.76º | 0.68% | 0.37% | - |
| HSV(B) | 269.76º | 0.81% | 0.62% | - |
| XYZ | 11.06 | 5.69 | 32.41 | - |
| YUV | 63.32 | 180.87 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 30 | 157 | 0.41 | 0.81 | 0 | 0.38 | 269.76 | 0.68 | 0.37 |
| Hex | 5D | 1E | 9D | 29 | 51 | 0 | 26 | 10E | 44 | 25 |
| Octal | 135 | 36 | 235 | 51 | 121 | 0 | 46 | 416 | 104 | 45 |
| Binary | 1011101 | 11110 | 10011101 | 101001 | 1010001 | 0 | 100110 | 100001110 | 1000100 | 100101 |
Color Harmonies of #5D1E9D
Complementary color
Monochromatic Colors of #5D1E9D
Black with #5D1E9D
Text Example
Text Example
White with #5D1E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1E9D; }
p { color: rgb(93,30,157); }
H1.HeaderClassName
{
color: #5D1E9D;
}
.AnyTagClassName
{
color: #5D1E9D;
}
</style>
background-color css
<style>
a { background-color: #5D1E9D; }
a { background-color: rgb(93,30,157); }
div.DivClassName
{
background-color: #5D1E9D;
}
.BgClassName
{
background-color: #5D1E9D;
}
</style>
border-color css
<style>
span { border-color: #5D1E9D; }
span { border-color: rgb(93,30,157); }
td.TdClassName
{
border-color: #5D1E9D;
}
.TagClassName
{
border-color: #5D1E9D;
}
</style>