Shades of Purple Heart #5815BD
Tints of Purple Heart #5815BD
RGB
CMYK
RGB Variations
Color information
#5815BD (or 0x5815BD) is known color: Purple Heart. HEX triplet: 58, 15 and BD. RGB value is (88,21,189). Sum of RGB (Red+Green+Blue) = 88+21+189=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #5815BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5815BD is #A7EA42. Grayscale: #3B3B3B. Windows color (decimal): -11004483 or 12391768. OLE color: 12391768.
HSL color Cylindrical-coordinate representation of color #5815BD: hue angle of 263.93º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5815BD is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 21 | 189 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.26 |
| HSL | 263.93º | 0.8% | 0.41% | - |
| HSV(B) | 263.93º | 0.89% | 0.74% | - |
| XYZ | 13.48 | 6.29 | 48.65 | - |
| YUV | 60.19 | 200.7 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 189 | 0.53 | 0.89 | 0 | 0.26 | 263.93 | 0.8 | 0.41 |
| Hex | 58 | 15 | BD | 35 | 59 | 0 | 1A | 108 | 50 | 29 |
| Octal | 130 | 25 | 275 | 65 | 131 | 0 | 32 | 410 | 120 | 51 |
| Binary | 1011000 | 10101 | 10111101 | 110101 | 1011001 | 0 | 11010 | 100001000 | 1010000 | 101001 |
Color Harmonies of #5815BD
Complementary color
Monochromatic Colors of #5815BD
Black with #5815BD
Text Example
Text Example
White with #5815BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5815BD; }
p { color: rgb(88,21,189); }
H1.HeaderClassName
{
color: #5815BD;
}
.AnyTagClassName
{
color: #5815BD;
}
</style>
background-color css
<style>
a { background-color: #5815BD; }
a { background-color: rgb(88,21,189); }
div.DivClassName
{
background-color: #5815BD;
}
.BgClassName
{
background-color: #5815BD;
}
</style>
border-color css
<style>
span { border-color: #5815BD; }
span { border-color: rgb(88,21,189); }
td.TdClassName
{
border-color: #5815BD;
}
.TagClassName
{
border-color: #5815BD;
}
</style>