Shades of Purple Heart #5D21DC
Tints of Purple Heart #5D21DC
RGB
CMYK
RGB Variations
Color information
#5D21DC (or 0x5D21DC) is known color: Purple Heart. HEX triplet: 5D, 21 and DC. RGB value is (93,33,220). Sum of RGB (Red+Green+Blue) = 93+33+220=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D21DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D21DC is #A2DE23. Grayscale: #474747. Windows color (decimal): -10673700 or 14426461. OLE color: 14426461.
HSL color Cylindrical-coordinate representation of color #5D21DC: hue angle of 259.25º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D21DC is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 33 | 220 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.14 |
| HSL | 259.25º | 0.74% | 0.5% | - |
| HSV(B) | 259.25º | 0.85% | 0.86% | - |
| XYZ | 17.98 | 8.58 | 68.42 | - |
| YUV | 72.26 | 211.38 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 220 | 0.58 | 0.85 | 0 | 0.14 | 259.25 | 0.74 | 0.5 |
| Hex | 5D | 21 | DC | 3A | 55 | 0 | E | 103 | 4A | 32 |
| Octal | 135 | 41 | 334 | 72 | 125 | 0 | 16 | 403 | 112 | 62 |
| Binary | 1011101 | 100001 | 11011100 | 111010 | 1010101 | 0 | 1110 | 100000011 | 1001010 | 110010 |
Color Harmonies of #5D21DC
Complementary color
Monochromatic Colors of #5D21DC
Black with #5D21DC
Text Example
Text Example
White with #5D21DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D21DC; }
p { color: rgb(93,33,220); }
H1.HeaderClassName
{
color: #5D21DC;
}
.AnyTagClassName
{
color: #5D21DC;
}
</style>
background-color css
<style>
a { background-color: #5D21DC; }
a { background-color: rgb(93,33,220); }
div.DivClassName
{
background-color: #5D21DC;
}
.BgClassName
{
background-color: #5D21DC;
}
</style>
border-color css
<style>
span { border-color: #5D21DC; }
span { border-color: rgb(93,33,220); }
td.TdClassName
{
border-color: #5D21DC;
}
.TagClassName
{
border-color: #5D21DC;
}
</style>