Shades of Purple Heart #5D13D2
Tints of Purple Heart #5D13D2
RGB
CMYK
RGB Variations
Color information
#5D13D2 (or 0x5D13D2) is known color: Purple Heart. HEX triplet: 5D, 13 and D2. RGB value is (93,19,210). Sum of RGB (Red+Green+Blue) = 93+19+210=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 210 (82.42% from 255 or 65.22% from 322); Max value from RGB is 210 - color contains mainly: blue. Hex color #5D13D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D13D2 is #A2EC2D. Grayscale: #3E3E3E. Windows color (decimal): -10677294 or 13767517. OLE color: 13767517.
HSL color Cylindrical-coordinate representation of color #5D13D2: hue angle of 263.25º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D13D2 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 19 | 210 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.18 |
| HSL | 263.25º | 0.83% | 0.45% | - |
| HSV(B) | 263.25º | 0.91% | 0.82% | - |
| XYZ | 16.38 | 7.45 | 61.55 | - |
| YUV | 62.9 | 211.02 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 210 | 0.56 | 0.91 | 0 | 0.18 | 263.25 | 0.83 | 0.45 |
| Hex | 5D | 13 | D2 | 38 | 5B | 0 | 12 | 107 | 53 | 2D |
| Octal | 135 | 23 | 322 | 70 | 133 | 0 | 22 | 407 | 123 | 55 |
| Binary | 1011101 | 10011 | 11010010 | 111000 | 1011011 | 0 | 10010 | 100000111 | 1010011 | 101101 |
Color Harmonies of #5D13D2
Complementary color
Monochromatic Colors of #5D13D2
Black with #5D13D2
Text Example
Text Example
White with #5D13D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D13D2; }
p { color: rgb(93,19,210); }
H1.HeaderClassName
{
color: #5D13D2;
}
.AnyTagClassName
{
color: #5D13D2;
}
</style>
background-color css
<style>
a { background-color: #5D13D2; }
a { background-color: rgb(93,19,210); }
div.DivClassName
{
background-color: #5D13D2;
}
.BgClassName
{
background-color: #5D13D2;
}
</style>
border-color css
<style>
span { border-color: #5D13D2; }
span { border-color: rgb(93,19,210); }
td.TdClassName
{
border-color: #5D13D2;
}
.TagClassName
{
border-color: #5D13D2;
}
</style>