Shades of Purple Heart #562CCD
Tints of Purple Heart #562CCD
RGB
CMYK
RGB Variations
Color information
#562CCD (or 0x562CCD) is known color: Purple Heart. HEX triplet: 56, 2C and CD. RGB value is (86,44,205). Sum of RGB (Red+Green+Blue) = 86+44+205=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #562CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562CCD is #A9D332. Grayscale: #4A4A4A. Windows color (decimal): -11129651 or 13446230. OLE color: 13446230.
HSL color Cylindrical-coordinate representation of color #562CCD: hue angle of 255.65º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562CCD is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 44 | 205 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.20 |
| HSL | 255.65º | 0.65% | 0.49% | - |
| HSV(B) | 255.65º | 0.79% | 0.8% | - |
| XYZ | 15.76 | 8.19 | 58.51 | - |
| YUV | 74.91 | 201.41 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 205 | 0.58 | 0.79 | 0 | 0.20 | 255.65 | 0.65 | 0.49 |
| Hex | 56 | 2C | CD | 3A | 4F | 0 | 14 | 100 | 41 | 31 |
| Octal | 126 | 54 | 315 | 72 | 117 | 0 | 24 | 400 | 101 | 61 |
| Binary | 1010110 | 101100 | 11001101 | 111010 | 1001111 | 0 | 10100 | 100000000 | 1000001 | 110001 |
Color Harmonies of #562CCD
Complementary color
Monochromatic Colors of #562CCD
Black with #562CCD
Text Example
Text Example
White with #562CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562CCD; }
p { color: rgb(86,44,205); }
H1.HeaderClassName
{
color: #562CCD;
}
.AnyTagClassName
{
color: #562CCD;
}
</style>
background-color css
<style>
a { background-color: #562CCD; }
a { background-color: rgb(86,44,205); }
div.DivClassName
{
background-color: #562CCD;
}
.BgClassName
{
background-color: #562CCD;
}
</style>
border-color css
<style>
span { border-color: #562CCD; }
span { border-color: rgb(86,44,205); }
td.TdClassName
{
border-color: #562CCD;
}
.TagClassName
{
border-color: #562CCD;
}
</style>