Shades of Purple Heart #562CCC
Tints of Purple Heart #562CCC
RGB
CMYK
RGB Variations
Color information
#562CCC (or 0x562CCC) is known color: Purple Heart. HEX triplet: 56, 2C and CC. RGB value is (86,44,204). Sum of RGB (Red+Green+Blue) = 86+44+204=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #562CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562CCC is #A9D333. Grayscale: #4A4A4A. Windows color (decimal): -11129652 or 13380694. OLE color: 13380694.
HSL color Cylindrical-coordinate representation of color #562CCC: hue angle of 255.75º degrees, saturation: 0.65, 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 #562CCC is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 44 | 204 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.2 |
| HSL | 255.75º | 0.65% | 0.49% | - |
| HSV(B) | 255.75º | 0.78% | 0.8% | - |
| XYZ | 15.64 | 8.14 | 57.87 | - |
| YUV | 74.8 | 200.91 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 204 | 0.58 | 0.78 | 0 | 0.2 | 255.75 | 0.65 | 0.49 |
| Hex | 56 | 2C | CC | 3A | 4E | 0 | 14 | 100 | 41 | 31 |
| Octal | 126 | 54 | 314 | 72 | 116 | 0 | 24 | 400 | 101 | 61 |
| Binary | 1010110 | 101100 | 11001100 | 111010 | 1001110 | 0 | 10100 | 100000000 | 1000001 | 110001 |
Color Harmonies of #562CCC
Complementary color
Monochromatic Colors of #562CCC
Black with #562CCC
Text Example
Text Example
White with #562CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562CCC; }
p { color: rgb(86,44,204); }
H1.HeaderClassName
{
color: #562CCC;
}
.AnyTagClassName
{
color: #562CCC;
}
</style>
background-color css
<style>
a { background-color: #562CCC; }
a { background-color: rgb(86,44,204); }
div.DivClassName
{
background-color: #562CCC;
}
.BgClassName
{
background-color: #562CCC;
}
</style>
border-color css
<style>
span { border-color: #562CCC; }
span { border-color: rgb(86,44,204); }
td.TdClassName
{
border-color: #562CCC;
}
.TagClassName
{
border-color: #562CCC;
}
</style>