Shades of Purple Heart #5D20DC
Tints of Purple Heart #5D20DC
RGB
CMYK
RGB Variations
Color information
#5D20DC (or 0x5D20DC) is known color: Purple Heart. HEX triplet: 5D, 20 and DC. RGB value is (93,32,220). Sum of RGB (Red+Green+Blue) = 93+32+220=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D20DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D20DC is #A2DF23. Grayscale: #464646. Windows color (decimal): -10673956 or 14426205. OLE color: 14426205.
HSL color Cylindrical-coordinate representation of color #5D20DC: hue angle of 259.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D20DC is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 32 | 220 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.14 |
| HSL | 259.47º | 0.75% | 0.49% | - |
| HSV(B) | 259.47º | 0.85% | 0.86% | - |
| XYZ | 17.95 | 8.53 | 68.41 | - |
| YUV | 71.67 | 211.71 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 32 | 220 | 0.58 | 0.85 | 0 | 0.14 | 259.47 | 0.75 | 0.49 |
| Hex | 5D | 20 | DC | 3A | 55 | 0 | E | 103 | 4B | 31 |
| Octal | 135 | 40 | 334 | 72 | 125 | 0 | 16 | 403 | 113 | 61 |
| Binary | 1011101 | 100000 | 11011100 | 111010 | 1010101 | 0 | 1110 | 100000011 | 1001011 | 110001 |
Color Harmonies of #5D20DC
Complementary color
Monochromatic Colors of #5D20DC
Black with #5D20DC
Text Example
Text Example
White with #5D20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D20DC; }
p { color: rgb(93,32,220); }
H1.HeaderClassName
{
color: #5D20DC;
}
.AnyTagClassName
{
color: #5D20DC;
}
</style>
background-color css
<style>
a { background-color: #5D20DC; }
a { background-color: rgb(93,32,220); }
div.DivClassName
{
background-color: #5D20DC;
}
.BgClassName
{
background-color: #5D20DC;
}
</style>
border-color css
<style>
span { border-color: #5D20DC; }
span { border-color: rgb(93,32,220); }
td.TdClassName
{
border-color: #5D20DC;
}
.TagClassName
{
border-color: #5D20DC;
}
</style>