Shades of Purple Heart #5516AF
Tints of Purple Heart #5516AF
RGB
CMYK
RGB Variations
Color information
#5516AF (or 0x5516AF) is known color: Purple Heart. HEX triplet: 55, 16 and AF. RGB value is (85,22,175). Sum of RGB (Red+Green+Blue) = 85+22+175=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #5516AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5516AF is #AAE950. Grayscale: #393939. Windows color (decimal): -11200849 or 11474517. OLE color: 11474517.
HSL color Cylindrical-coordinate representation of color #5516AF: hue angle of 264.71º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5516AF is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 22 | 175 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.31 |
| HSL | 264.71º | 0.78% | 0.39% | - |
| HSV(B) | 264.71º | 0.87% | 0.69% | - |
| XYZ | 11.77 | 5.6 | 41.02 | - |
| YUV | 58.28 | 193.87 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 175 | 0.51 | 0.87 | 0 | 0.31 | 264.71 | 0.78 | 0.39 |
| Hex | 55 | 16 | AF | 33 | 57 | 0 | 1F | 109 | 4E | 27 |
| Octal | 125 | 26 | 257 | 63 | 127 | 0 | 37 | 411 | 116 | 47 |
| Binary | 1010101 | 10110 | 10101111 | 110011 | 1010111 | 0 | 11111 | 100001001 | 1001110 | 100111 |
Color Harmonies of #5516AF
Complementary color
Monochromatic Colors of #5516AF
Black with #5516AF
Text Example
Text Example
White with #5516AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5516AF; }
p { color: rgb(85,22,175); }
H1.HeaderClassName
{
color: #5516AF;
}
.AnyTagClassName
{
color: #5516AF;
}
</style>
background-color css
<style>
a { background-color: #5516AF; }
a { background-color: rgb(85,22,175); }
div.DivClassName
{
background-color: #5516AF;
}
.BgClassName
{
background-color: #5516AF;
}
</style>
border-color css
<style>
span { border-color: #5516AF; }
span { border-color: rgb(85,22,175); }
td.TdClassName
{
border-color: #5516AF;
}
.TagClassName
{
border-color: #5516AF;
}
</style>