Shades of Purple Heart #5515BD
Tints of Purple Heart #5515BD
RGB
CMYK
RGB Variations
Color information
#5515BD (or 0x5515BD) is known color: Purple Heart. HEX triplet: 55, 15 and BD. RGB value is (85,21,189). Sum of RGB (Red+Green+Blue) = 85+21+189=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #5515BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5515BD is #AAEA42. Grayscale: #3A3A3A. Windows color (decimal): -11201091 or 12391765. OLE color: 12391765.
HSL color Cylindrical-coordinate representation of color #5515BD: hue angle of 262.86º 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 #5515BD is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 21 | 189 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.26 |
| HSL | 262.86º | 0.8% | 0.41% | - |
| HSV(B) | 262.86º | 0.89% | 0.74% | - |
| XYZ | 13.2 | 6.14 | 48.63 | - |
| YUV | 59.29 | 201.2 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 189 | 0.55 | 0.89 | 0 | 0.26 | 262.86 | 0.8 | 0.41 |
| Hex | 55 | 15 | BD | 37 | 59 | 0 | 1A | 107 | 50 | 29 |
| Octal | 125 | 25 | 275 | 67 | 131 | 0 | 32 | 407 | 120 | 51 |
| Binary | 1010101 | 10101 | 10111101 | 110111 | 1011001 | 0 | 11010 | 100000111 | 1010000 | 101001 |
Color Harmonies of #5515BD
Complementary color
Monochromatic Colors of #5515BD
Black with #5515BD
Text Example
Text Example
White with #5515BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5515BD; }
p { color: rgb(85,21,189); }
H1.HeaderClassName
{
color: #5515BD;
}
.AnyTagClassName
{
color: #5515BD;
}
</style>
background-color css
<style>
a { background-color: #5515BD; }
a { background-color: rgb(85,21,189); }
div.DivClassName
{
background-color: #5515BD;
}
.BgClassName
{
background-color: #5515BD;
}
</style>
border-color css
<style>
span { border-color: #5515BD; }
span { border-color: rgb(85,21,189); }
td.TdClassName
{
border-color: #5515BD;
}
.TagClassName
{
border-color: #5515BD;
}
</style>