Shades of Purple Heart #562EC5
Tints of Purple Heart #562EC5
RGB
CMYK
RGB Variations
Color information
#562EC5 (or 0x562EC5) is known color: Purple Heart. HEX triplet: 56, 2E and C5. RGB value is (86,46,197). Sum of RGB (Red+Green+Blue) = 86+46+197=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 197 (77.34% from 255 or 59.88% from 329); Max value from RGB is 197 - color contains mainly: blue. Hex color #562EC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562EC5 is #A9D13A. Grayscale: #4A4A4A. Windows color (decimal): -11129147 or 12922454. OLE color: 12922454.
HSL color Cylindrical-coordinate representation of color #562EC5: hue angle of 255.89º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562EC5 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 46 | 197 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.23 |
| HSL | 255.89º | 0.62% | 0.48% | - |
| HSV(B) | 255.89º | 0.77% | 0.77% | - |
| XYZ | 14.89 | 7.96 | 53.58 | - |
| YUV | 75.17 | 196.75 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 197 | 0.56 | 0.77 | 0 | 0.23 | 255.89 | 0.62 | 0.48 |
| Hex | 56 | 2E | C5 | 38 | 4D | 0 | 17 | 100 | 3E | 30 |
| Octal | 126 | 56 | 305 | 70 | 115 | 0 | 27 | 400 | 76 | 60 |
| Binary | 1010110 | 101110 | 11000101 | 111000 | 1001101 | 0 | 10111 | 100000000 | 111110 | 110000 |
Color Harmonies of #562EC5
Complementary color
Monochromatic Colors of #562EC5
Black with #562EC5
Text Example
Text Example
White with #562EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562EC5; }
p { color: rgb(86,46,197); }
H1.HeaderClassName
{
color: #562EC5;
}
.AnyTagClassName
{
color: #562EC5;
}
</style>
background-color css
<style>
a { background-color: #562EC5; }
a { background-color: rgb(86,46,197); }
div.DivClassName
{
background-color: #562EC5;
}
.BgClassName
{
background-color: #562EC5;
}
</style>
border-color css
<style>
span { border-color: #562EC5; }
span { border-color: rgb(86,46,197); }
td.TdClassName
{
border-color: #562EC5;
}
.TagClassName
{
border-color: #562EC5;
}
</style>