Shades of Purple Heart #5D15BE
Tints of Purple Heart #5D15BE
RGB
CMYK
RGB Variations
Color information
#5D15BE (or 0x5D15BE) is known color: Purple Heart. HEX triplet: 5D, 15 and BE. RGB value is (93,21,190). Sum of RGB (Red+Green+Blue) = 93+21+190=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D15BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D15BE is #A2EA41. Grayscale: #3D3D3D. Windows color (decimal): -10676802 or 12457309. OLE color: 12457309.
HSL color Cylindrical-coordinate representation of color #5D15BE: hue angle of 265.56º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D15BE is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 21 | 190 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.25 |
| HSL | 265.56º | 0.8% | 0.41% | - |
| HSV(B) | 265.56º | 0.89% | 0.75% | - |
| XYZ | 14.08 | 6.58 | 49.24 | - |
| YUV | 61.79 | 200.35 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 190 | 0.51 | 0.89 | 0 | 0.25 | 265.56 | 0.8 | 0.41 |
| Hex | 5D | 15 | BE | 33 | 59 | 0 | 19 | 10A | 50 | 29 |
| Octal | 135 | 25 | 276 | 63 | 131 | 0 | 31 | 412 | 120 | 51 |
| Binary | 1011101 | 10101 | 10111110 | 110011 | 1011001 | 0 | 11001 | 100001010 | 1010000 | 101001 |
Color Harmonies of #5D15BE
Complementary color
Monochromatic Colors of #5D15BE
Black with #5D15BE
Text Example
Text Example
White with #5D15BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D15BE; }
p { color: rgb(93,21,190); }
H1.HeaderClassName
{
color: #5D15BE;
}
.AnyTagClassName
{
color: #5D15BE;
}
</style>
background-color css
<style>
a { background-color: #5D15BE; }
a { background-color: rgb(93,21,190); }
div.DivClassName
{
background-color: #5D15BE;
}
.BgClassName
{
background-color: #5D15BE;
}
</style>
border-color css
<style>
span { border-color: #5D15BE; }
span { border-color: rgb(93,21,190); }
td.TdClassName
{
border-color: #5D15BE;
}
.TagClassName
{
border-color: #5D15BE;
}
</style>