Shades of Purple Heart #562DCD
Tints of Purple Heart #562DCD
RGB
CMYK
RGB Variations
Color information
#562DCD (or 0x562DCD) is known color: Purple Heart. HEX triplet: 56, 2D and CD. RGB value is (86,45,205). Sum of RGB (Red+Green+Blue) = 86+45+205=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #562DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562DCD is #A9D232. Grayscale: #4A4A4A. Windows color (decimal): -11129395 or 13446486. OLE color: 13446486.
HSL color Cylindrical-coordinate representation of color #562DCD: hue angle of 255.38º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562DCD is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 45 | 205 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.20 |
| HSL | 255.38º | 0.64% | 0.49% | - |
| HSV(B) | 255.38º | 0.78% | 0.8% | - |
| XYZ | 15.8 | 8.26 | 58.52 | - |
| YUV | 75.5 | 201.08 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 205 | 0.58 | 0.78 | 0 | 0.20 | 255.38 | 0.64 | 0.49 |
| Hex | 56 | 2D | CD | 3A | 4E | 0 | 14 | FF | 40 | 31 |
| Octal | 126 | 55 | 315 | 72 | 116 | 0 | 24 | 377 | 100 | 61 |
| Binary | 1010110 | 101101 | 11001101 | 111010 | 1001110 | 0 | 10100 | 11111111 | 1000000 | 110001 |
Color Harmonies of #562DCD
Complementary color
Monochromatic Colors of #562DCD
Black with #562DCD
Text Example
Text Example
White with #562DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562DCD; }
p { color: rgb(86,45,205); }
H1.HeaderClassName
{
color: #562DCD;
}
.AnyTagClassName
{
color: #562DCD;
}
</style>
background-color css
<style>
a { background-color: #562DCD; }
a { background-color: rgb(86,45,205); }
div.DivClassName
{
background-color: #562DCD;
}
.BgClassName
{
background-color: #562DCD;
}
</style>
border-color css
<style>
span { border-color: #562DCD; }
span { border-color: rgb(86,45,205); }
td.TdClassName
{
border-color: #562DCD;
}
.TagClassName
{
border-color: #562DCD;
}
</style>