Shades of Purple Heart #5515AC
Tints of Purple Heart #5515AC
RGB
CMYK
RGB Variations
Color information
#5515AC (or 0x5515AC) is known color: Purple Heart. HEX triplet: 55, 15 and AC. RGB value is (85,21,172). Sum of RGB (Red+Green+Blue) = 85+21+172=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #5515AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5515AC is #AAEA53. Grayscale: #383838. Windows color (decimal): -11201108 or 11277653. OLE color: 11277653.
HSL color Cylindrical-coordinate representation of color #5515AC: hue angle of 265.43º 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 #5515AC is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 21 | 172 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.33 |
| HSL | 265.43º | 0.78% | 0.38% | - |
| HSV(B) | 265.43º | 0.88% | 0.67% | - |
| XYZ | 11.46 | 5.45 | 39.48 | - |
| YUV | 57.35 | 192.7 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 172 | 0.51 | 0.88 | 0 | 0.33 | 265.43 | 0.78 | 0.38 |
| Hex | 55 | 15 | AC | 33 | 58 | 0 | 21 | 109 | 4E | 26 |
| Octal | 125 | 25 | 254 | 63 | 130 | 0 | 41 | 411 | 116 | 46 |
| Binary | 1010101 | 10101 | 10101100 | 110011 | 1011000 | 0 | 100001 | 100001001 | 1001110 | 100110 |
Color Harmonies of #5515AC
Complementary color
Monochromatic Colors of #5515AC
Black with #5515AC
Text Example
Text Example
White with #5515AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5515AC; }
p { color: rgb(85,21,172); }
H1.HeaderClassName
{
color: #5515AC;
}
.AnyTagClassName
{
color: #5515AC;
}
</style>
background-color css
<style>
a { background-color: #5515AC; }
a { background-color: rgb(85,21,172); }
div.DivClassName
{
background-color: #5515AC;
}
.BgClassName
{
background-color: #5515AC;
}
</style>
border-color css
<style>
span { border-color: #5515AC; }
span { border-color: rgb(85,21,172); }
td.TdClassName
{
border-color: #5515AC;
}
.TagClassName
{
border-color: #5515AC;
}
</style>