Shades of Purple Heart #5D1DAD
Tints of Purple Heart #5D1DAD
RGB
CMYK
RGB Variations
Color information
#5D1DAD (or 0x5D1DAD) is known color: Purple Heart. HEX triplet: 5D, 1D and AD. RGB value is (93,29,173). Sum of RGB (Red+Green+Blue) = 93+29+173=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D1DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1DAD is #A2E252. Grayscale: #404040. Windows color (decimal): -10674771 or 11345245. OLE color: 11345245.
HSL color Cylindrical-coordinate representation of color #5D1DAD: hue angle of 266.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D1DAD is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 29 | 173 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.32 |
| HSL | 266.67º | 0.71% | 0.4% | - |
| HSV(B) | 266.67º | 0.83% | 0.68% | - |
| XYZ | 12.5 | 6.22 | 40.08 | - |
| YUV | 64.55 | 189.2 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 29 | 173 | 0.46 | 0.83 | 0 | 0.32 | 266.67 | 0.71 | 0.4 |
| Hex | 5D | 1D | AD | 2E | 53 | 0 | 20 | 10B | 47 | 28 |
| Octal | 135 | 35 | 255 | 56 | 123 | 0 | 40 | 413 | 107 | 50 |
| Binary | 1011101 | 11101 | 10101101 | 101110 | 1010011 | 0 | 100000 | 100001011 | 1000111 | 101000 |
Color Harmonies of #5D1DAD
Complementary color
Monochromatic Colors of #5D1DAD
Black with #5D1DAD
Text Example
Text Example
White with #5D1DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1DAD; }
p { color: rgb(93,29,173); }
H1.HeaderClassName
{
color: #5D1DAD;
}
.AnyTagClassName
{
color: #5D1DAD;
}
</style>
background-color css
<style>
a { background-color: #5D1DAD; }
a { background-color: rgb(93,29,173); }
div.DivClassName
{
background-color: #5D1DAD;
}
.BgClassName
{
background-color: #5D1DAD;
}
</style>
border-color css
<style>
span { border-color: #5D1DAD; }
span { border-color: rgb(93,29,173); }
td.TdClassName
{
border-color: #5D1DAD;
}
.TagClassName
{
border-color: #5D1DAD;
}
</style>