Shades of Purple Heart #5510AD
Tints of Purple Heart #5510AD
RGB
CMYK
RGB Variations
Color information
#5510AD (or 0x5510AD) is known color: Purple Heart. HEX triplet: 55, 10 and AD. RGB value is (85,16,173). Sum of RGB (Red+Green+Blue) = 85+16+173=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #5510AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5510AD is #AAEF52. Grayscale: #353535. Windows color (decimal): -11202387 or 11341909. OLE color: 11341909.
HSL color Cylindrical-coordinate representation of color #5510AD: hue angle of 266.37º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5510AD is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 16 | 173 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.32 |
| HSL | 266.37º | 0.83% | 0.37% | - |
| HSV(B) | 266.37º | 0.91% | 0.68% | - |
| XYZ | 11.47 | 5.32 | 39.96 | - |
| YUV | 54.53 | 194.86 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 173 | 0.51 | 0.91 | 0 | 0.32 | 266.37 | 0.83 | 0.37 |
| Hex | 55 | 10 | AD | 33 | 5B | 0 | 20 | 10A | 53 | 25 |
| Octal | 125 | 20 | 255 | 63 | 133 | 0 | 40 | 412 | 123 | 45 |
| Binary | 1010101 | 10000 | 10101101 | 110011 | 1011011 | 0 | 100000 | 100001010 | 1010011 | 100101 |
Color Harmonies of #5510AD
Complementary color
Monochromatic Colors of #5510AD
Black with #5510AD
Text Example
Text Example
White with #5510AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510AD; }
p { color: rgb(85,16,173); }
H1.HeaderClassName
{
color: #5510AD;
}
.AnyTagClassName
{
color: #5510AD;
}
</style>
background-color css
<style>
a { background-color: #5510AD; }
a { background-color: rgb(85,16,173); }
div.DivClassName
{
background-color: #5510AD;
}
.BgClassName
{
background-color: #5510AD;
}
</style>
border-color css
<style>
span { border-color: #5510AD; }
span { border-color: rgb(85,16,173); }
td.TdClassName
{
border-color: #5510AD;
}
.TagClassName
{
border-color: #5510AD;
}
</style>