Shades of Purple Heart #562FDC
Tints of Purple Heart #562FDC
RGB
CMYK
RGB Variations
Color information
#562FDC (or 0x562FDC) is known color: Purple Heart. HEX triplet: 56, 2F and DC. RGB value is (86,47,220). Sum of RGB (Red+Green+Blue) = 86+47+220=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #562FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562FDC is #A9D023. Grayscale: #4D4D4D. Windows color (decimal): -11128868 or 14430038. OLE color: 14430038.
HSL color Cylindrical-coordinate representation of color #562FDC: hue angle of 253.53º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562FDC is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 47 | 220 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.14 |
| HSL | 253.53º | 0.71% | 0.52% | - |
| HSV(B) | 253.53º | 0.79% | 0.86% | - |
| XYZ | 17.77 | 9.18 | 68.55 | - |
| YUV | 78.38 | 207.92 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 220 | 0.61 | 0.79 | 0 | 0.14 | 253.53 | 0.71 | 0.52 |
| Hex | 56 | 2F | DC | 3D | 4F | 0 | E | FE | 47 | 34 |
| Octal | 126 | 57 | 334 | 75 | 117 | 0 | 16 | 376 | 107 | 64 |
| Binary | 1010110 | 101111 | 11011100 | 111101 | 1001111 | 0 | 1110 | 11111110 | 1000111 | 110100 |
Color Harmonies of #562FDC
Complementary color
Monochromatic Colors of #562FDC
Black with #562FDC
Text Example
Text Example
White with #562FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562FDC; }
p { color: rgb(86,47,220); }
H1.HeaderClassName
{
color: #562FDC;
}
.AnyTagClassName
{
color: #562FDC;
}
</style>
background-color css
<style>
a { background-color: #562FDC; }
a { background-color: rgb(86,47,220); }
div.DivClassName
{
background-color: #562FDC;
}
.BgClassName
{
background-color: #562FDC;
}
</style>
border-color css
<style>
span { border-color: #562FDC; }
span { border-color: rgb(86,47,220); }
td.TdClassName
{
border-color: #562FDC;
}
.TagClassName
{
border-color: #562FDC;
}
</style>