Shades of Purple Heart #5D13BD
Tints of Purple Heart #5D13BD
RGB
CMYK
RGB Variations
Color information
#5D13BD (or 0x5D13BD) is known color: Purple Heart. HEX triplet: 5D, 13 and BD. RGB value is (93,19,189). Sum of RGB (Red+Green+Blue) = 93+19+189=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D13BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D13BD is #A2EC42. Grayscale: #3B3B3B. Windows color (decimal): -10677315 or 12391261. OLE color: 12391261.
HSL color Cylindrical-coordinate representation of color #5D13BD: hue angle of 266.12º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D13BD is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 19 | 189 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.26 |
| HSL | 266.12º | 0.82% | 0.41% | - |
| HSV(B) | 266.12º | 0.9% | 0.74% | - |
| XYZ | 13.93 | 6.47 | 48.66 | - |
| YUV | 60.51 | 200.52 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 189 | 0.51 | 0.90 | 0 | 0.26 | 266.12 | 0.82 | 0.41 |
| Hex | 5D | 13 | BD | 33 | 5A | 0 | 1A | 10A | 52 | 29 |
| Octal | 135 | 23 | 275 | 63 | 132 | 0 | 32 | 412 | 122 | 51 |
| Binary | 1011101 | 10011 | 10111101 | 110011 | 1011010 | 0 | 11010 | 100001010 | 1010010 | 101001 |
Color Harmonies of #5D13BD
Complementary color
Monochromatic Colors of #5D13BD
Black with #5D13BD
Text Example
Text Example
White with #5D13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D13BD; }
p { color: rgb(93,19,189); }
H1.HeaderClassName
{
color: #5D13BD;
}
.AnyTagClassName
{
color: #5D13BD;
}
</style>
background-color css
<style>
a { background-color: #5D13BD; }
a { background-color: rgb(93,19,189); }
div.DivClassName
{
background-color: #5D13BD;
}
.BgClassName
{
background-color: #5D13BD;
}
</style>
border-color css
<style>
span { border-color: #5D13BD; }
span { border-color: rgb(93,19,189); }
td.TdClassName
{
border-color: #5D13BD;
}
.TagClassName
{
border-color: #5D13BD;
}
</style>