Shades of Purple Heart #562BDD
Tints of Purple Heart #562BDD
RGB
CMYK
RGB Variations
Color information
#562BDD (or 0x562BDD) is known color: Purple Heart. HEX triplet: 56, 2B and DD. RGB value is (86,43,221). Sum of RGB (Red+Green+Blue) = 86+43+221=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #562BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562BDD is #A9D422. Grayscale: #4B4B4B. Windows color (decimal): -11129891 or 14494550. OLE color: 14494550.
HSL color Cylindrical-coordinate representation of color #562BDD: hue angle of 254.49º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #562BDD is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 43 | 221 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.13 |
| HSL | 254.49º | 0.72% | 0.52% | - |
| HSV(B) | 254.49º | 0.81% | 0.87% | - |
| XYZ | 17.75 | 8.93 | 69.19 | - |
| YUV | 76.15 | 209.75 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 221 | 0.61 | 0.81 | 0 | 0.13 | 254.49 | 0.72 | 0.52 |
| Hex | 56 | 2B | DD | 3D | 51 | 0 | D | FE | 48 | 34 |
| Octal | 126 | 53 | 335 | 75 | 121 | 0 | 15 | 376 | 110 | 64 |
| Binary | 1010110 | 101011 | 11011101 | 111101 | 1010001 | 0 | 1101 | 11111110 | 1001000 | 110100 |
Color Harmonies of #562BDD
Complementary color
Monochromatic Colors of #562BDD
Black with #562BDD
Text Example
Text Example
White with #562BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562BDD; }
p { color: rgb(86,43,221); }
H1.HeaderClassName
{
color: #562BDD;
}
.AnyTagClassName
{
color: #562BDD;
}
</style>
background-color css
<style>
a { background-color: #562BDD; }
a { background-color: rgb(86,43,221); }
div.DivClassName
{
background-color: #562BDD;
}
.BgClassName
{
background-color: #562BDD;
}
</style>
border-color css
<style>
span { border-color: #562BDD; }
span { border-color: rgb(86,43,221); }
td.TdClassName
{
border-color: #562BDD;
}
.TagClassName
{
border-color: #562BDD;
}
</style>