Shades of Purple Heart #5616AA
Tints of Purple Heart #5616AA
RGB
CMYK
RGB Variations
Color information
#5616AA (or 0x5616AA) is known color: Purple Heart. HEX triplet: 56, 16 and AA. RGB value is (86,22,170). Sum of RGB (Red+Green+Blue) = 86+22+170=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #5616AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5616AA is #A9E955. Grayscale: #393939. Windows color (decimal): -11135318 or 11146838. OLE color: 11146838.
HSL color Cylindrical-coordinate representation of color #5616AA: hue angle of 265.95º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5616AA is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 22 | 170 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.33 |
| HSL | 265.95º | 0.77% | 0.38% | - |
| HSV(B) | 265.95º | 0.87% | 0.67% | - |
| XYZ | 11.38 | 5.45 | 38.48 | - |
| YUV | 58.01 | 191.2 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 170 | 0.49 | 0.87 | 0 | 0.33 | 265.95 | 0.77 | 0.38 |
| Hex | 56 | 16 | AA | 31 | 57 | 0 | 21 | 10A | 4D | 26 |
| Octal | 126 | 26 | 252 | 61 | 127 | 0 | 41 | 412 | 115 | 46 |
| Binary | 1010110 | 10110 | 10101010 | 110001 | 1010111 | 0 | 100001 | 100001010 | 1001101 | 100110 |
Color Harmonies of #5616AA
Complementary color
Monochromatic Colors of #5616AA
Black with #5616AA
Text Example
Text Example
White with #5616AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5616AA; }
p { color: rgb(86,22,170); }
H1.HeaderClassName
{
color: #5616AA;
}
.AnyTagClassName
{
color: #5616AA;
}
</style>
background-color css
<style>
a { background-color: #5616AA; }
a { background-color: rgb(86,22,170); }
div.DivClassName
{
background-color: #5616AA;
}
.BgClassName
{
background-color: #5616AA;
}
</style>
border-color css
<style>
span { border-color: #5616AA; }
span { border-color: rgb(86,22,170); }
td.TdClassName
{
border-color: #5616AA;
}
.TagClassName
{
border-color: #5616AA;
}
</style>