Shades of Purple Heart #5618AB
Tints of Purple Heart #5618AB
RGB
CMYK
RGB Variations
Color information
#5618AB (or 0x5618AB) is known color: Purple Heart. HEX triplet: 56, 18 and AB. RGB value is (86,24,171). Sum of RGB (Red+Green+Blue) = 86+24+171=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #5618AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5618AB is #A9E754. Grayscale: #3A3A3A. Windows color (decimal): -11134805 or 11212886. OLE color: 11212886.
HSL color Cylindrical-coordinate representation of color #5618AB: hue angle of 265.31º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5618AB is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 24 | 171 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.33 |
| HSL | 265.31º | 0.75% | 0.38% | - |
| HSV(B) | 265.31º | 0.86% | 0.67% | - |
| XYZ | 11.52 | 5.57 | 39 | - |
| YUV | 59.3 | 191.04 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 171 | 0.50 | 0.86 | 0 | 0.33 | 265.31 | 0.75 | 0.38 |
| Hex | 56 | 18 | AB | 32 | 56 | 0 | 21 | 109 | 4B | 26 |
| Octal | 126 | 30 | 253 | 62 | 126 | 0 | 41 | 411 | 113 | 46 |
| Binary | 1010110 | 11000 | 10101011 | 110010 | 1010110 | 0 | 100001 | 100001001 | 1001011 | 100110 |
Color Harmonies of #5618AB
Complementary color
Monochromatic Colors of #5618AB
Black with #5618AB
Text Example
Text Example
White with #5618AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5618AB; }
p { color: rgb(86,24,171); }
H1.HeaderClassName
{
color: #5618AB;
}
.AnyTagClassName
{
color: #5618AB;
}
</style>
background-color css
<style>
a { background-color: #5618AB; }
a { background-color: rgb(86,24,171); }
div.DivClassName
{
background-color: #5618AB;
}
.BgClassName
{
background-color: #5618AB;
}
</style>
border-color css
<style>
span { border-color: #5618AB; }
span { border-color: rgb(86,24,171); }
td.TdClassName
{
border-color: #5618AB;
}
.TagClassName
{
border-color: #5618AB;
}
</style>