Shades of Purple Heart #5510AC
Tints of Purple Heart #5510AC
RGB
CMYK
RGB Variations
Color information
#5510AC (or 0x5510AC) is known color: Purple Heart. HEX triplet: 55, 10 and AC. RGB value is (85,16,172). Sum of RGB (Red+Green+Blue) = 85+16+172=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #5510AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5510AC is #AAEF53. Grayscale: #353535. Windows color (decimal): -11202388 or 11276373. OLE color: 11276373.
HSL color Cylindrical-coordinate representation of color #5510AC: hue angle of 266.54º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5510AC is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 16 | 172 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.33 |
| HSL | 266.54º | 0.83% | 0.37% | - |
| HSV(B) | 266.54º | 0.91% | 0.67% | - |
| XYZ | 11.38 | 5.28 | 39.45 | - |
| YUV | 54.42 | 194.36 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 172 | 0.51 | 0.91 | 0 | 0.33 | 266.54 | 0.83 | 0.37 |
| Hex | 55 | 10 | AC | 33 | 5B | 0 | 21 | 10B | 53 | 25 |
| Octal | 125 | 20 | 254 | 63 | 133 | 0 | 41 | 413 | 123 | 45 |
| Binary | 1010101 | 10000 | 10101100 | 110011 | 1011011 | 0 | 100001 | 100001011 | 1010011 | 100101 |
Color Harmonies of #5510AC
Complementary color
Monochromatic Colors of #5510AC
Black with #5510AC
Text Example
Text Example
White with #5510AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510AC; }
p { color: rgb(85,16,172); }
H1.HeaderClassName
{
color: #5510AC;
}
.AnyTagClassName
{
color: #5510AC;
}
</style>
background-color css
<style>
a { background-color: #5510AC; }
a { background-color: rgb(85,16,172); }
div.DivClassName
{
background-color: #5510AC;
}
.BgClassName
{
background-color: #5510AC;
}
</style>
border-color css
<style>
span { border-color: #5510AC; }
span { border-color: rgb(85,16,172); }
td.TdClassName
{
border-color: #5510AC;
}
.TagClassName
{
border-color: #5510AC;
}
</style>