Shades of Purple Heart #5515B1
Tints of Purple Heart #5515B1
RGB
CMYK
RGB Variations
Color information
#5515B1 (or 0x5515B1) is known color: Purple Heart. HEX triplet: 55, 15 and B1. RGB value is (85,21,177). Sum of RGB (Red+Green+Blue) = 85+21+177=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 177 (69.53% from 255 or 62.54% from 283); Max value from RGB is 177 - color contains mainly: blue. Hex color #5515B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5515B1 is #AAEA4E. Grayscale: #393939. Windows color (decimal): -11201103 or 11605333. OLE color: 11605333.
HSL color Cylindrical-coordinate representation of color #5515B1: hue angle of 264.62º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5515B1 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 21 | 177 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.31 |
| HSL | 264.62º | 0.79% | 0.39% | - |
| HSV(B) | 264.62º | 0.88% | 0.69% | - |
| XYZ | 11.95 | 5.64 | 42.05 | - |
| YUV | 57.92 | 195.2 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 177 | 0.52 | 0.88 | 0 | 0.31 | 264.62 | 0.79 | 0.39 |
| Hex | 55 | 15 | B1 | 34 | 58 | 0 | 1F | 109 | 4F | 27 |
| Octal | 125 | 25 | 261 | 64 | 130 | 0 | 37 | 411 | 117 | 47 |
| Binary | 1010101 | 10101 | 10110001 | 110100 | 1011000 | 0 | 11111 | 100001001 | 1001111 | 100111 |
Color Harmonies of #5515B1
Complementary color
Monochromatic Colors of #5515B1
Black with #5515B1
Text Example
Text Example
White with #5515B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5515B1; }
p { color: rgb(85,21,177); }
H1.HeaderClassName
{
color: #5515B1;
}
.AnyTagClassName
{
color: #5515B1;
}
</style>
background-color css
<style>
a { background-color: #5515B1; }
a { background-color: rgb(85,21,177); }
div.DivClassName
{
background-color: #5515B1;
}
.BgClassName
{
background-color: #5515B1;
}
</style>
border-color css
<style>
span { border-color: #5515B1; }
span { border-color: rgb(85,21,177); }
td.TdClassName
{
border-color: #5515B1;
}
.TagClassName
{
border-color: #5515B1;
}
</style>