Shades of Purple Heart #5D1DA4
Tints of Purple Heart #5D1DA4
RGB
CMYK
RGB Variations
Color information
#5D1DA4 (or 0x5D1DA4) is known color: Purple Heart. HEX triplet: 5D, 1D and A4. RGB value is (93,29,164). Sum of RGB (Red+Green+Blue) = 93+29+164=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #5D1DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1DA4 is #A2E25B. Grayscale: #3F3F3F. Windows color (decimal): -10674780 or 10755421. OLE color: 10755421.
HSL color Cylindrical-coordinate representation of color #5D1DA4: hue angle of 268.44º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D1DA4 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 29 | 164 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.36 |
| HSL | 268.44º | 0.7% | 0.38% | - |
| HSV(B) | 268.44º | 0.82% | 0.64% | - |
| XYZ | 11.65 | 5.89 | 35.64 | - |
| YUV | 63.53 | 184.7 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 29 | 164 | 0.43 | 0.82 | 0 | 0.36 | 268.44 | 0.7 | 0.38 |
| Hex | 5D | 1D | A4 | 2B | 52 | 0 | 24 | 10C | 46 | 26 |
| Octal | 135 | 35 | 244 | 53 | 122 | 0 | 44 | 414 | 106 | 46 |
| Binary | 1011101 | 11101 | 10100100 | 101011 | 1010010 | 0 | 100100 | 100001100 | 1000110 | 100110 |
Color Harmonies of #5D1DA4
Complementary color
Monochromatic Colors of #5D1DA4
Black with #5D1DA4
Text Example
Text Example
White with #5D1DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1DA4; }
p { color: rgb(93,29,164); }
H1.HeaderClassName
{
color: #5D1DA4;
}
.AnyTagClassName
{
color: #5D1DA4;
}
</style>
background-color css
<style>
a { background-color: #5D1DA4; }
a { background-color: rgb(93,29,164); }
div.DivClassName
{
background-color: #5D1DA4;
}
.BgClassName
{
background-color: #5D1DA4;
}
</style>
border-color css
<style>
span { border-color: #5D1DA4; }
span { border-color: rgb(93,29,164); }
td.TdClassName
{
border-color: #5D1DA4;
}
.TagClassName
{
border-color: #5D1DA4;
}
</style>