Shades of Purple Heart #562FDD
Tints of Purple Heart #562FDD
RGB
CMYK
RGB Variations
Color information
#562FDD (or 0x562FDD) is known color: Purple Heart. HEX triplet: 56, 2F and DD. RGB value is (86,47,221). Sum of RGB (Red+Green+Blue) = 86+47+221=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #562FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562FDD is #A9D022. Grayscale: #4D4D4D. Windows color (decimal): -11128867 or 14495574. OLE color: 14495574.
HSL color Cylindrical-coordinate representation of color #562FDD: hue angle of 253.45º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562FDD is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 47 | 221 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.13 |
| HSL | 253.45º | 0.72% | 0.53% | - |
| HSV(B) | 253.45º | 0.79% | 0.87% | - |
| XYZ | 17.91 | 9.23 | 69.24 | - |
| YUV | 78.5 | 208.42 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 221 | 0.61 | 0.79 | 0 | 0.13 | 253.45 | 0.72 | 0.53 |
| Hex | 56 | 2F | DD | 3D | 4F | 0 | D | FD | 48 | 35 |
| Octal | 126 | 57 | 335 | 75 | 117 | 0 | 15 | 375 | 110 | 65 |
| Binary | 1010110 | 101111 | 11011101 | 111101 | 1001111 | 0 | 1101 | 11111101 | 1001000 | 110101 |
Color Harmonies of #562FDD
Complementary color
Monochromatic Colors of #562FDD
Black with #562FDD
Text Example
Text Example
White with #562FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562FDD; }
p { color: rgb(86,47,221); }
H1.HeaderClassName
{
color: #562FDD;
}
.AnyTagClassName
{
color: #562FDD;
}
</style>
background-color css
<style>
a { background-color: #562FDD; }
a { background-color: rgb(86,47,221); }
div.DivClassName
{
background-color: #562FDD;
}
.BgClassName
{
background-color: #562FDD;
}
</style>
border-color css
<style>
span { border-color: #562FDD; }
span { border-color: rgb(86,47,221); }
td.TdClassName
{
border-color: #562FDD;
}
.TagClassName
{
border-color: #562FDD;
}
</style>