Shades of Purple Heart #562BAD
Tints of Purple Heart #562BAD
RGB
CMYK
RGB Variations
Color information
#562BAD (or 0x562BAD) is known color: Purple Heart. HEX triplet: 56, 2B and AD. RGB value is (86,43,173). Sum of RGB (Red+Green+Blue) = 86+43+173=302 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.48% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #562BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562BAD is #A9D452. Grayscale: #464646. Windows color (decimal): -11129939 or 11348822. OLE color: 11348822.
HSL color Cylindrical-coordinate representation of color #562BAD: hue angle of 259.85º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #562BAD is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 43 | 173 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.32 |
| HSL | 259.85º | 0.6% | 0.42% | - |
| HSV(B) | 259.85º | 0.75% | 0.68% | - |
| XYZ | 12.24 | 6.72 | 40.19 | - |
| YUV | 70.68 | 185.75 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 173 | 0.50 | 0.75 | 0 | 0.32 | 259.85 | 0.6 | 0.42 |
| Hex | 56 | 2B | AD | 32 | 4B | 0 | 20 | 104 | 3C | 2A |
| Octal | 126 | 53 | 255 | 62 | 113 | 0 | 40 | 404 | 74 | 52 |
| Binary | 1010110 | 101011 | 10101101 | 110010 | 1001011 | 0 | 100000 | 100000100 | 111100 | 101010 |
Color Harmonies of #562BAD
Complementary color
Monochromatic Colors of #562BAD
Black with #562BAD
Text Example
Text Example
White with #562BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562BAD; }
p { color: rgb(86,43,173); }
H1.HeaderClassName
{
color: #562BAD;
}
.AnyTagClassName
{
color: #562BAD;
}
</style>
background-color css
<style>
a { background-color: #562BAD; }
a { background-color: rgb(86,43,173); }
div.DivClassName
{
background-color: #562BAD;
}
.BgClassName
{
background-color: #562BAD;
}
</style>
border-color css
<style>
span { border-color: #562BAD; }
span { border-color: rgb(86,43,173); }
td.TdClassName
{
border-color: #562BAD;
}
.TagClassName
{
border-color: #562BAD;
}
</style>