Shades of Purple Heart #5515AD
Tints of Purple Heart #5515AD
RGB
CMYK
RGB Variations
Color information
#5515AD (or 0x5515AD) is known color: Purple Heart. HEX triplet: 55, 15 and AD. RGB value is (85,21,173). Sum of RGB (Red+Green+Blue) = 85+21+173=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #5515AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5515AD is #AAEA52. Grayscale: #383838. Windows color (decimal): -11201107 or 11343189. OLE color: 11343189.
HSL color Cylindrical-coordinate representation of color #5515AD: hue angle of 265.26º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5515AD is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 21 | 173 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.32 |
| HSL | 265.26º | 0.78% | 0.38% | - |
| HSV(B) | 265.26º | 0.88% | 0.68% | - |
| XYZ | 11.56 | 5.48 | 39.98 | - |
| YUV | 57.46 | 193.2 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 173 | 0.51 | 0.88 | 0 | 0.32 | 265.26 | 0.78 | 0.38 |
| Hex | 55 | 15 | AD | 33 | 58 | 0 | 20 | 109 | 4E | 26 |
| Octal | 125 | 25 | 255 | 63 | 130 | 0 | 40 | 411 | 116 | 46 |
| Binary | 1010101 | 10101 | 10101101 | 110011 | 1011000 | 0 | 100000 | 100001001 | 1001110 | 100110 |
Color Harmonies of #5515AD
Complementary color
Monochromatic Colors of #5515AD
Black with #5515AD
Text Example
Text Example
White with #5515AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5515AD; }
p { color: rgb(85,21,173); }
H1.HeaderClassName
{
color: #5515AD;
}
.AnyTagClassName
{
color: #5515AD;
}
</style>
background-color css
<style>
a { background-color: #5515AD; }
a { background-color: rgb(85,21,173); }
div.DivClassName
{
background-color: #5515AD;
}
.BgClassName
{
background-color: #5515AD;
}
</style>
border-color css
<style>
span { border-color: #5515AD; }
span { border-color: rgb(85,21,173); }
td.TdClassName
{
border-color: #5515AD;
}
.TagClassName
{
border-color: #5515AD;
}
</style>