Shades of Purple Heart #5618AD
Tints of Purple Heart #5618AD
RGB
CMYK
RGB Variations
Color information
#5618AD (or 0x5618AD) is known color: Purple Heart. HEX triplet: 56, 18 and AD. RGB value is (86,24,173). Sum of RGB (Red+Green+Blue) = 86+24+173=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #5618AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5618AD is #A9E752. Grayscale: #3A3A3A. Windows color (decimal): -11134803 or 11343958. OLE color: 11343958.
HSL color Cylindrical-coordinate representation of color #5618AD: hue angle of 264.97º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5618AD is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 24 | 173 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.32 |
| HSL | 264.97º | 0.76% | 0.39% | - |
| HSV(B) | 264.97º | 0.86% | 0.68% | - |
| XYZ | 11.71 | 5.65 | 40.01 | - |
| YUV | 59.52 | 192.04 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 173 | 0.50 | 0.86 | 0 | 0.32 | 264.97 | 0.76 | 0.39 |
| Hex | 56 | 18 | AD | 32 | 56 | 0 | 20 | 109 | 4C | 27 |
| Octal | 126 | 30 | 255 | 62 | 126 | 0 | 40 | 411 | 114 | 47 |
| Binary | 1010110 | 11000 | 10101101 | 110010 | 1010110 | 0 | 100000 | 100001001 | 1001100 | 100111 |
Color Harmonies of #5618AD
Complementary color
Monochromatic Colors of #5618AD
Black with #5618AD
Text Example
Text Example
White with #5618AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5618AD; }
p { color: rgb(86,24,173); }
H1.HeaderClassName
{
color: #5618AD;
}
.AnyTagClassName
{
color: #5618AD;
}
</style>
background-color css
<style>
a { background-color: #5618AD; }
a { background-color: rgb(86,24,173); }
div.DivClassName
{
background-color: #5618AD;
}
.BgClassName
{
background-color: #5618AD;
}
</style>
border-color css
<style>
span { border-color: #5618AD; }
span { border-color: rgb(86,24,173); }
td.TdClassName
{
border-color: #5618AD;
}
.TagClassName
{
border-color: #5618AD;
}
</style>