Shades of Royal Purple #5D1A9D
Tints of Royal Purple #5D1A9D
RGB
CMYK
RGB Variations
Color information
#5D1A9D (or 0x5D1A9D) is known color: Royal Purple. HEX triplet: 5D, 1A and 9D. RGB value is (93,26,157). Sum of RGB (Red+Green+Blue) = 93+26+157=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D1A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1A9D is #A2E562. Grayscale: #3C3C3C. Windows color (decimal): -10675555 or 10295901. OLE color: 10295901.
HSL color Cylindrical-coordinate representation of color #5D1A9D: hue angle of 270.69º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D1A9D is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 26 | 157 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.38 |
| HSL | 270.69º | 0.72% | 0.36% | - |
| HSV(B) | 270.69º | 0.83% | 0.62% | - |
| XYZ | 10.97 | 5.5 | 32.38 | - |
| YUV | 60.97 | 182.2 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 157 | 0.41 | 0.83 | 0 | 0.38 | 270.69 | 0.72 | 0.36 |
| Hex | 5D | 1A | 9D | 29 | 53 | 0 | 26 | 10F | 48 | 24 |
| Octal | 135 | 32 | 235 | 51 | 123 | 0 | 46 | 417 | 110 | 44 |
| Binary | 1011101 | 11010 | 10011101 | 101001 | 1010011 | 0 | 100110 | 100001111 | 1001000 | 100100 |
Color Harmonies of #5D1A9D
Complementary color
Monochromatic Colors of #5D1A9D
Black with #5D1A9D
Text Example
Text Example
White with #5D1A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1A9D; }
p { color: rgb(93,26,157); }
H1.HeaderClassName
{
color: #5D1A9D;
}
.AnyTagClassName
{
color: #5D1A9D;
}
</style>
background-color css
<style>
a { background-color: #5D1A9D; }
a { background-color: rgb(93,26,157); }
div.DivClassName
{
background-color: #5D1A9D;
}
.BgClassName
{
background-color: #5D1A9D;
}
</style>
border-color css
<style>
span { border-color: #5D1A9D; }
span { border-color: rgb(93,26,157); }
td.TdClassName
{
border-color: #5D1A9D;
}
.TagClassName
{
border-color: #5D1A9D;
}
</style>