Shades of Purple Heart #5515AA
Tints of Purple Heart #5515AA
RGB
CMYK
RGB Variations
Color information
#5515AA (or 0x5515AA) is known color: Purple Heart. HEX triplet: 55, 15 and AA. RGB value is (85,21,170). Sum of RGB (Red+Green+Blue) = 85+21+170=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #5515AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5515AA is #AAEA55. Grayscale: #383838. Windows color (decimal): -11201110 or 11146581. OLE color: 11146581.
HSL color Cylindrical-coordinate representation of color #5515AA: hue angle of 265.77º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5515AA is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 21 | 170 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.33 |
| HSL | 265.77º | 0.78% | 0.37% | - |
| HSV(B) | 265.77º | 0.88% | 0.67% | - |
| XYZ | 11.27 | 5.37 | 38.47 | - |
| YUV | 57.12 | 191.7 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 170 | 0.50 | 0.88 | 0 | 0.33 | 265.77 | 0.78 | 0.37 |
| Hex | 55 | 15 | AA | 32 | 58 | 0 | 21 | 10A | 4E | 25 |
| Octal | 125 | 25 | 252 | 62 | 130 | 0 | 41 | 412 | 116 | 45 |
| Binary | 1010101 | 10101 | 10101010 | 110010 | 1011000 | 0 | 100001 | 100001010 | 1001110 | 100101 |
Color Harmonies of #5515AA
Complementary color
Monochromatic Colors of #5515AA
Black with #5515AA
Text Example
Text Example
White with #5515AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5515AA; }
p { color: rgb(85,21,170); }
H1.HeaderClassName
{
color: #5515AA;
}
.AnyTagClassName
{
color: #5515AA;
}
</style>
background-color css
<style>
a { background-color: #5515AA; }
a { background-color: rgb(85,21,170); }
div.DivClassName
{
background-color: #5515AA;
}
.BgClassName
{
background-color: #5515AA;
}
</style>
border-color css
<style>
span { border-color: #5515AA; }
span { border-color: rgb(85,21,170); }
td.TdClassName
{
border-color: #5515AA;
}
.TagClassName
{
border-color: #5515AA;
}
</style>