Shades of Purple Heart #5515AB
Tints of Purple Heart #5515AB
RGB
CMYK
RGB Variations
Color information
#5515AB (or 0x5515AB) is known color: Purple Heart. HEX triplet: 55, 15 and AB. RGB value is (85,21,171). Sum of RGB (Red+Green+Blue) = 85+21+171=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #5515AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5515AB is #AAEA54. Grayscale: #383838. Windows color (decimal): -11201109 or 11212117. OLE color: 11212117.
HSL color Cylindrical-coordinate representation of color #5515AB: hue angle of 265.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5515AB is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 21 | 171 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.33 |
| HSL | 265.6º | 0.78% | 0.38% | - |
| HSV(B) | 265.6º | 0.88% | 0.67% | - |
| XYZ | 11.37 | 5.41 | 38.97 | - |
| YUV | 57.24 | 192.2 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 171 | 0.50 | 0.88 | 0 | 0.33 | 265.6 | 0.78 | 0.38 |
| Hex | 55 | 15 | AB | 32 | 58 | 0 | 21 | 10A | 4E | 26 |
| Octal | 125 | 25 | 253 | 62 | 130 | 0 | 41 | 412 | 116 | 46 |
| Binary | 1010101 | 10101 | 10101011 | 110010 | 1011000 | 0 | 100001 | 100001010 | 1001110 | 100110 |
Color Harmonies of #5515AB
Complementary color
Monochromatic Colors of #5515AB
Black with #5515AB
Text Example
Text Example
White with #5515AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5515AB; }
p { color: rgb(85,21,171); }
H1.HeaderClassName
{
color: #5515AB;
}
.AnyTagClassName
{
color: #5515AB;
}
</style>
background-color css
<style>
a { background-color: #5515AB; }
a { background-color: rgb(85,21,171); }
div.DivClassName
{
background-color: #5515AB;
}
.BgClassName
{
background-color: #5515AB;
}
</style>
border-color css
<style>
span { border-color: #5515AB; }
span { border-color: rgb(85,21,171); }
td.TdClassName
{
border-color: #5515AB;
}
.TagClassName
{
border-color: #5515AB;
}
</style>