Shades of Purple Heart #5D34DD
Tints of Purple Heart #5D34DD
RGB
CMYK
RGB Variations
Color information
#5D34DD (or 0x5D34DD) is known color: Purple Heart. HEX triplet: 5D, 34 and DD. RGB value is (93,52,221). Sum of RGB (Red+Green+Blue) = 93+52+221=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #5D34DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D34DD is #A2CB22. Grayscale: #525252. Windows color (decimal): -10668835 or 14496861. OLE color: 14496861.
HSL color Cylindrical-coordinate representation of color #5D34DD: hue angle of 254.56º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D34DD is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 52 | 221 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.13 |
| HSL | 254.56º | 0.71% | 0.54% | - |
| HSV(B) | 254.56º | 0.76% | 0.87% | - |
| XYZ | 18.79 | 10 | 69.35 | - |
| YUV | 83.53 | 205.58 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 221 | 0.58 | 0.76 | 0 | 0.13 | 254.56 | 0.71 | 0.54 |
| Hex | 5D | 34 | DD | 3A | 4C | 0 | D | FF | 47 | 36 |
| Octal | 135 | 64 | 335 | 72 | 114 | 0 | 15 | 377 | 107 | 66 |
| Binary | 1011101 | 110100 | 11011101 | 111010 | 1001100 | 0 | 1101 | 11111111 | 1000111 | 110110 |
Color Harmonies of #5D34DD
Complementary color
Monochromatic Colors of #5D34DD
Black with #5D34DD
Text Example
Text Example
White with #5D34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D34DD; }
p { color: rgb(93,52,221); }
H1.HeaderClassName
{
color: #5D34DD;
}
.AnyTagClassName
{
color: #5D34DD;
}
</style>
background-color css
<style>
a { background-color: #5D34DD; }
a { background-color: rgb(93,52,221); }
div.DivClassName
{
background-color: #5D34DD;
}
.BgClassName
{
background-color: #5D34DD;
}
</style>
border-color css
<style>
span { border-color: #5D34DD; }
span { border-color: rgb(93,52,221); }
td.TdClassName
{
border-color: #5D34DD;
}
.TagClassName
{
border-color: #5D34DD;
}
</style>