Shades of Purple Heart #5D13B0
Tints of Purple Heart #5D13B0
RGB
CMYK
RGB Variations
Color information
#5D13B0 (or 0x5D13B0) is known color: Purple Heart. HEX triplet: 5D, 13 and B0. RGB value is (93,19,176). Sum of RGB (Red+Green+Blue) = 93+19+176=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #5D13B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D13B0 is #A2EC4F. Grayscale: #3A3A3A. Windows color (decimal): -10677328 or 11539293. OLE color: 11539293.
HSL color Cylindrical-coordinate representation of color #5D13B0: hue angle of 268.28º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D13B0 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 19 | 176 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.31 |
| HSL | 268.28º | 0.81% | 0.38% | - |
| HSV(B) | 268.28º | 0.89% | 0.69% | - |
| XYZ | 12.58 | 5.93 | 41.56 | - |
| YUV | 59.02 | 194.02 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 176 | 0.47 | 0.89 | 0 | 0.31 | 268.28 | 0.81 | 0.38 |
| Hex | 5D | 13 | B0 | 2F | 59 | 0 | 1F | 10C | 51 | 26 |
| Octal | 135 | 23 | 260 | 57 | 131 | 0 | 37 | 414 | 121 | 46 |
| Binary | 1011101 | 10011 | 10110000 | 101111 | 1011001 | 0 | 11111 | 100001100 | 1010001 | 100110 |
Color Harmonies of #5D13B0
Complementary color
Monochromatic Colors of #5D13B0
Black with #5D13B0
Text Example
Text Example
White with #5D13B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D13B0; }
p { color: rgb(93,19,176); }
H1.HeaderClassName
{
color: #5D13B0;
}
.AnyTagClassName
{
color: #5D13B0;
}
</style>
background-color css
<style>
a { background-color: #5D13B0; }
a { background-color: rgb(93,19,176); }
div.DivClassName
{
background-color: #5D13B0;
}
.BgClassName
{
background-color: #5D13B0;
}
</style>
border-color css
<style>
span { border-color: #5D13B0; }
span { border-color: rgb(93,19,176); }
td.TdClassName
{
border-color: #5D13B0;
}
.TagClassName
{
border-color: #5D13B0;
}
</style>