Shades of Purple Heart #5515BC
Tints of Purple Heart #5515BC
RGB
CMYK
RGB Variations
Color information
#5515BC (or 0x5515BC) is known color: Purple Heart. HEX triplet: 55, 15 and BC. RGB value is (85,21,188). Sum of RGB (Red+Green+Blue) = 85+21+188=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #5515BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5515BC is #AAEA43. Grayscale: #3A3A3A. Windows color (decimal): -11201092 or 12326229. OLE color: 12326229.
HSL color Cylindrical-coordinate representation of color #5515BC: hue angle of 262.99º 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 #5515BC is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 21 | 188 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.26 |
| HSL | 262.99º | 0.8% | 0.41% | - |
| HSV(B) | 262.99º | 0.89% | 0.74% | - |
| XYZ | 13.09 | 6.1 | 48.06 | - |
| YUV | 59.17 | 200.7 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 188 | 0.55 | 0.89 | 0 | 0.26 | 262.99 | 0.8 | 0.41 |
| Hex | 55 | 15 | BC | 37 | 59 | 0 | 1A | 107 | 50 | 29 |
| Octal | 125 | 25 | 274 | 67 | 131 | 0 | 32 | 407 | 120 | 51 |
| Binary | 1010101 | 10101 | 10111100 | 110111 | 1011001 | 0 | 11010 | 100000111 | 1010000 | 101001 |
Color Harmonies of #5515BC
Complementary color
Monochromatic Colors of #5515BC
Black with #5515BC
Text Example
Text Example
White with #5515BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5515BC; }
p { color: rgb(85,21,188); }
H1.HeaderClassName
{
color: #5515BC;
}
.AnyTagClassName
{
color: #5515BC;
}
</style>
background-color css
<style>
a { background-color: #5515BC; }
a { background-color: rgb(85,21,188); }
div.DivClassName
{
background-color: #5515BC;
}
.BgClassName
{
background-color: #5515BC;
}
</style>
border-color css
<style>
span { border-color: #5515BC; }
span { border-color: rgb(85,21,188); }
td.TdClassName
{
border-color: #5515BC;
}
.TagClassName
{
border-color: #5515BC;
}
</style>