Shades of Purple Heart #5D10D0
Tints of Purple Heart #5D10D0
RGB
CMYK
RGB Variations
Color information
#5D10D0 (or 0x5D10D0) is known color: Purple Heart. HEX triplet: 5D, 10 and D0. RGB value is (93,16,208). Sum of RGB (Red+Green+Blue) = 93+16+208=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 208 (81.64% from 255 or 65.62% from 317); Max value from RGB is 208 - color contains mainly: blue. Hex color #5D10D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D10D0 is #A2EF2F. Grayscale: #3C3C3C. Windows color (decimal): -10678064 or 13635677. OLE color: 13635677.
HSL color Cylindrical-coordinate representation of color #5D10D0: hue angle of 264.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D10D0 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 16 | 208 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.18 |
| HSL | 264.06º | 0.86% | 0.44% | - |
| HSV(B) | 264.06º | 0.92% | 0.82% | - |
| XYZ | 16.08 | 7.25 | 60.23 | - |
| YUV | 60.91 | 211.01 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 16 | 208 | 0.55 | 0.92 | 0 | 0.18 | 264.06 | 0.86 | 0.44 |
| Hex | 5D | 10 | D0 | 37 | 5C | 0 | 12 | 108 | 56 | 2C |
| Octal | 135 | 20 | 320 | 67 | 134 | 0 | 22 | 410 | 126 | 54 |
| Binary | 1011101 | 10000 | 11010000 | 110111 | 1011100 | 0 | 10010 | 100001000 | 1010110 | 101100 |
Color Harmonies of #5D10D0
Complementary color
Monochromatic Colors of #5D10D0
Black with #5D10D0
Text Example
Text Example
White with #5D10D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D10D0; }
p { color: rgb(93,16,208); }
H1.HeaderClassName
{
color: #5D10D0;
}
.AnyTagClassName
{
color: #5D10D0;
}
</style>
background-color css
<style>
a { background-color: #5D10D0; }
a { background-color: rgb(93,16,208); }
div.DivClassName
{
background-color: #5D10D0;
}
.BgClassName
{
background-color: #5D10D0;
}
</style>
border-color css
<style>
span { border-color: #5D10D0; }
span { border-color: rgb(93,16,208); }
td.TdClassName
{
border-color: #5D10D0;
}
.TagClassName
{
border-color: #5D10D0;
}
</style>