Shades of Purple Heart #5614A7
Tints of Purple Heart #5614A7
RGB
CMYK
RGB Variations
Color information
#5614A7 (or 0x5614A7) is known color: Purple Heart. HEX triplet: 56, 14 and A7. RGB value is (86,20,167). Sum of RGB (Red+Green+Blue) = 86+20+167=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 167 (65.62% from 255 or 61.17% from 273); Max value from RGB is 167 - color contains mainly: blue. Hex color #5614A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5614A7 is #A9EB58. Grayscale: #373737. Windows color (decimal): -11135833 or 10949718. OLE color: 10949718.
HSL color Cylindrical-coordinate representation of color #5614A7: hue angle of 266.94º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5614A7 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 20 | 167 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.35 |
| HSL | 266.94º | 0.79% | 0.37% | - |
| HSV(B) | 266.94º | 0.88% | 0.65% | - |
| XYZ | 11.06 | 5.27 | 36.99 | - |
| YUV | 56.49 | 190.37 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 167 | 0.49 | 0.88 | 0 | 0.35 | 266.94 | 0.79 | 0.37 |
| Hex | 56 | 14 | A7 | 31 | 58 | 0 | 23 | 10B | 4F | 25 |
| Octal | 126 | 24 | 247 | 61 | 130 | 0 | 43 | 413 | 117 | 45 |
| Binary | 1010110 | 10100 | 10100111 | 110001 | 1011000 | 0 | 100011 | 100001011 | 1001111 | 100101 |
Color Harmonies of #5614A7
Complementary color
Monochromatic Colors of #5614A7
Black with #5614A7
Text Example
Text Example
White with #5614A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5614A7; }
p { color: rgb(86,20,167); }
H1.HeaderClassName
{
color: #5614A7;
}
.AnyTagClassName
{
color: #5614A7;
}
</style>
background-color css
<style>
a { background-color: #5614A7; }
a { background-color: rgb(86,20,167); }
div.DivClassName
{
background-color: #5614A7;
}
.BgClassName
{
background-color: #5614A7;
}
</style>
border-color css
<style>
span { border-color: #5614A7; }
span { border-color: rgb(86,20,167); }
td.TdClassName
{
border-color: #5614A7;
}
.TagClassName
{
border-color: #5614A7;
}
</style>