Shades of Purple Heart #5610A8
Tints of Purple Heart #5610A8
RGB
CMYK
RGB Variations
Color information
#5610A8 (or 0x5610A8) is known color: Purple Heart. HEX triplet: 56, 10 and A8. RGB value is (86,16,168). Sum of RGB (Red+Green+Blue) = 86+16+168=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 168 (66.02% from 255 or 62.22% from 270); Max value from RGB is 168 - color contains mainly: blue. Hex color #5610A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5610A8 is #A9EF57. Grayscale: #353535. Windows color (decimal): -11136856 or 11014230. OLE color: 11014230.
HSL color Cylindrical-coordinate representation of color #5610A8: hue angle of 267.63º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5610A8 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 16 | 168 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.34 |
| HSL | 267.63º | 0.83% | 0.36% | - |
| HSV(B) | 267.63º | 0.9% | 0.66% | - |
| XYZ | 11.09 | 5.18 | 37.46 | - |
| YUV | 54.26 | 192.19 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 168 | 0.49 | 0.90 | 0 | 0.34 | 267.63 | 0.83 | 0.36 |
| Hex | 56 | 10 | A8 | 31 | 5A | 0 | 22 | 10C | 53 | 24 |
| Octal | 126 | 20 | 250 | 61 | 132 | 0 | 42 | 414 | 123 | 44 |
| Binary | 1010110 | 10000 | 10101000 | 110001 | 1011010 | 0 | 100010 | 100001100 | 1010011 | 100100 |
Color Harmonies of #5610A8
Complementary color
Monochromatic Colors of #5610A8
Black with #5610A8
Text Example
Text Example
White with #5610A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5610A8; }
p { color: rgb(86,16,168); }
H1.HeaderClassName
{
color: #5610A8;
}
.AnyTagClassName
{
color: #5610A8;
}
</style>
background-color css
<style>
a { background-color: #5610A8; }
a { background-color: rgb(86,16,168); }
div.DivClassName
{
background-color: #5610A8;
}
.BgClassName
{
background-color: #5610A8;
}
</style>
border-color css
<style>
span { border-color: #5610A8; }
span { border-color: rgb(86,16,168); }
td.TdClassName
{
border-color: #5610A8;
}
.TagClassName
{
border-color: #5610A8;
}
</style>