Shades of Purple Heart #5D31DC
Tints of Purple Heart #5D31DC
RGB
CMYK
RGB Variations
Color information
#5D31DC (or 0x5D31DC) is known color: Purple Heart. HEX triplet: 5D, 31 and DC. RGB value is (93,49,220). Sum of RGB (Red+Green+Blue) = 93+49+220=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D31DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D31DC is #A2CE23. Grayscale: #515151. Windows color (decimal): -10669604 or 14430557. OLE color: 14430557.
HSL color Cylindrical-coordinate representation of color #5D31DC: hue angle of 255.44º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D31DC is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 49 | 220 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.14 |
| HSL | 255.44º | 0.71% | 0.53% | - |
| HSV(B) | 255.44º | 0.78% | 0.86% | - |
| XYZ | 18.53 | 9.69 | 68.6 | - |
| YUV | 81.65 | 206.08 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 49 | 220 | 0.58 | 0.78 | 0 | 0.14 | 255.44 | 0.71 | 0.53 |
| Hex | 5D | 31 | DC | 3A | 4E | 0 | E | FF | 47 | 35 |
| Octal | 135 | 61 | 334 | 72 | 116 | 0 | 16 | 377 | 107 | 65 |
| Binary | 1011101 | 110001 | 11011100 | 111010 | 1001110 | 0 | 1110 | 11111111 | 1000111 | 110101 |
Color Harmonies of #5D31DC
Complementary color
Monochromatic Colors of #5D31DC
Black with #5D31DC
Text Example
Text Example
White with #5D31DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D31DC; }
p { color: rgb(93,49,220); }
H1.HeaderClassName
{
color: #5D31DC;
}
.AnyTagClassName
{
color: #5D31DC;
}
</style>
background-color css
<style>
a { background-color: #5D31DC; }
a { background-color: rgb(93,49,220); }
div.DivClassName
{
background-color: #5D31DC;
}
.BgClassName
{
background-color: #5D31DC;
}
</style>
border-color css
<style>
span { border-color: #5D31DC; }
span { border-color: rgb(93,49,220); }
td.TdClassName
{
border-color: #5D31DC;
}
.TagClassName
{
border-color: #5D31DC;
}
</style>