Shades of Purple Heart #562BDC
Tints of Purple Heart #562BDC
RGB
CMYK
RGB Variations
Color information
#562BDC (or 0x562BDC) is known color: Purple Heart. HEX triplet: 56, 2B and DC. RGB value is (86,43,220). Sum of RGB (Red+Green+Blue) = 86+43+220=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #562BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562BDC is #A9D423. Grayscale: #4B4B4B. Windows color (decimal): -11129892 or 14429014. OLE color: 14429014.
HSL color Cylindrical-coordinate representation of color #562BDC: hue angle of 254.58º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562BDC is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 43 | 220 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.14 |
| HSL | 254.58º | 0.72% | 0.52% | - |
| HSV(B) | 254.58º | 0.8% | 0.86% | - |
| XYZ | 17.62 | 8.87 | 68.49 | - |
| YUV | 76.04 | 209.25 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 220 | 0.61 | 0.80 | 0 | 0.14 | 254.58 | 0.72 | 0.52 |
| Hex | 56 | 2B | DC | 3D | 50 | 0 | E | FF | 48 | 34 |
| Octal | 126 | 53 | 334 | 75 | 120 | 0 | 16 | 377 | 110 | 64 |
| Binary | 1010110 | 101011 | 11011100 | 111101 | 1010000 | 0 | 1110 | 11111111 | 1001000 | 110100 |
Color Harmonies of #562BDC
Complementary color
Monochromatic Colors of #562BDC
Black with #562BDC
Text Example
Text Example
White with #562BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562BDC; }
p { color: rgb(86,43,220); }
H1.HeaderClassName
{
color: #562BDC;
}
.AnyTagClassName
{
color: #562BDC;
}
</style>
background-color css
<style>
a { background-color: #562BDC; }
a { background-color: rgb(86,43,220); }
div.DivClassName
{
background-color: #562BDC;
}
.BgClassName
{
background-color: #562BDC;
}
</style>
border-color css
<style>
span { border-color: #562BDC; }
span { border-color: rgb(86,43,220); }
td.TdClassName
{
border-color: #562BDC;
}
.TagClassName
{
border-color: #562BDC;
}
</style>