Shades of Purple Heart #562BBA
Tints of Purple Heart #562BBA
RGB
CMYK
RGB Variations
Color information
#562BBA (or 0x562BBA) is known color: Purple Heart. HEX triplet: 56, 2B and BA. RGB value is (86,43,186). Sum of RGB (Red+Green+Blue) = 86+43+186=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #562BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562BBA is #A9D445. Grayscale: #474747. Windows color (decimal): -11129926 or 12200790. OLE color: 12200790.
HSL color Cylindrical-coordinate representation of color #562BBA: hue angle of 258.04º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562BBA is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 43 | 186 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.27 |
| HSL | 258.04º | 0.62% | 0.45% | - |
| HSV(B) | 258.04º | 0.77% | 0.73% | - |
| XYZ | 13.56 | 7.25 | 47.14 | - |
| YUV | 72.16 | 192.25 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 186 | 0.54 | 0.77 | 0 | 0.27 | 258.04 | 0.62 | 0.45 |
| Hex | 56 | 2B | BA | 36 | 4D | 0 | 1B | 102 | 3E | 2D |
| Octal | 126 | 53 | 272 | 66 | 115 | 0 | 33 | 402 | 76 | 55 |
| Binary | 1010110 | 101011 | 10111010 | 110110 | 1001101 | 0 | 11011 | 100000010 | 111110 | 101101 |
Color Harmonies of #562BBA
Complementary color
Monochromatic Colors of #562BBA
Black with #562BBA
Text Example
Text Example
White with #562BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562BBA; }
p { color: rgb(86,43,186); }
H1.HeaderClassName
{
color: #562BBA;
}
.AnyTagClassName
{
color: #562BBA;
}
</style>
background-color css
<style>
a { background-color: #562BBA; }
a { background-color: rgb(86,43,186); }
div.DivClassName
{
background-color: #562BBA;
}
.BgClassName
{
background-color: #562BBA;
}
</style>
border-color css
<style>
span { border-color: #562BBA; }
span { border-color: rgb(86,43,186); }
td.TdClassName
{
border-color: #562BBA;
}
.TagClassName
{
border-color: #562BBA;
}
</style>