Shades of Purple Heart #5D13D7
Tints of Purple Heart #5D13D7
RGB
CMYK
RGB Variations
Color information
#5D13D7 (or 0x5D13D7) is known color: Purple Heart. HEX triplet: 5D, 13 and D7. RGB value is (93,19,215). Sum of RGB (Red+Green+Blue) = 93+19+215=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 215 (84.38% from 255 or 65.75% from 327); Max value from RGB is 215 - color contains mainly: blue. Hex color #5D13D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D13D7 is #A2EC28. Grayscale: #3E3E3E. Windows color (decimal): -10677289 or 14095197. OLE color: 14095197.
HSL color Cylindrical-coordinate representation of color #5D13D7: hue angle of 262.65º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D13D7 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 19 | 215 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.16 |
| HSL | 262.65º | 0.84% | 0.46% | - |
| HSV(B) | 262.65º | 0.91% | 0.84% | - |
| XYZ | 17.01 | 7.7 | 64.88 | - |
| YUV | 63.47 | 213.52 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 215 | 0.57 | 0.91 | 0 | 0.16 | 262.65 | 0.84 | 0.46 |
| Hex | 5D | 13 | D7 | 39 | 5B | 0 | 10 | 107 | 54 | 2E |
| Octal | 135 | 23 | 327 | 71 | 133 | 0 | 20 | 407 | 124 | 56 |
| Binary | 1011101 | 10011 | 11010111 | 111001 | 1011011 | 0 | 10000 | 100000111 | 1010100 | 101110 |
Color Harmonies of #5D13D7
Complementary color
Monochromatic Colors of #5D13D7
Black with #5D13D7
Text Example
Text Example
White with #5D13D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D13D7; }
p { color: rgb(93,19,215); }
H1.HeaderClassName
{
color: #5D13D7;
}
.AnyTagClassName
{
color: #5D13D7;
}
</style>
background-color css
<style>
a { background-color: #5D13D7; }
a { background-color: rgb(93,19,215); }
div.DivClassName
{
background-color: #5D13D7;
}
.BgClassName
{
background-color: #5D13D7;
}
</style>
border-color css
<style>
span { border-color: #5D13D7; }
span { border-color: rgb(93,19,215); }
td.TdClassName
{
border-color: #5D13D7;
}
.TagClassName
{
border-color: #5D13D7;
}
</style>