Shades of Purple Heart #562EC4
Tints of Purple Heart #562EC4
RGB
CMYK
RGB Variations
Color information
#562EC4 (or 0x562EC4) is known color: Purple Heart. HEX triplet: 56, 2E and C4. RGB value is (86,46,196). Sum of RGB (Red+Green+Blue) = 86+46+196=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 196 (76.95% from 255 or 59.76% from 328); Max value from RGB is 196 - color contains mainly: blue. Hex color #562EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562EC4 is #A9D13B. Grayscale: #4A4A4A. Windows color (decimal): -11129148 or 12856918. OLE color: 12856918.
HSL color Cylindrical-coordinate representation of color #562EC4: hue angle of 256º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562EC4 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 46 | 196 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.23 |
| HSL | 256º | 0.62% | 0.47% | - |
| HSV(B) | 256º | 0.77% | 0.77% | - |
| XYZ | 14.78 | 7.92 | 52.97 | - |
| YUV | 75.06 | 196.25 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 196 | 0.56 | 0.77 | 0 | 0.23 | 256 | 0.62 | 0.47 |
| Hex | 56 | 2E | C4 | 38 | 4D | 0 | 17 | 100 | 3E | 2F |
| Octal | 126 | 56 | 304 | 70 | 115 | 0 | 27 | 400 | 76 | 57 |
| Binary | 1010110 | 101110 | 11000100 | 111000 | 1001101 | 0 | 10111 | 100000000 | 111110 | 101111 |
Color Harmonies of #562EC4
Complementary color
Monochromatic Colors of #562EC4
Black with #562EC4
Text Example
Text Example
White with #562EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562EC4; }
p { color: rgb(86,46,196); }
H1.HeaderClassName
{
color: #562EC4;
}
.AnyTagClassName
{
color: #562EC4;
}
</style>
background-color css
<style>
a { background-color: #562EC4; }
a { background-color: rgb(86,46,196); }
div.DivClassName
{
background-color: #562EC4;
}
.BgClassName
{
background-color: #562EC4;
}
</style>
border-color css
<style>
span { border-color: #562EC4; }
span { border-color: rgb(86,46,196); }
td.TdClassName
{
border-color: #562EC4;
}
.TagClassName
{
border-color: #562EC4;
}
</style>