Shades of Purple Heart #562CC5
Tints of Purple Heart #562CC5
RGB
CMYK
RGB Variations
Color information
#562CC5 (or 0x562CC5) is known color: Purple Heart. HEX triplet: 56, 2C and C5. RGB value is (86,44,197). Sum of RGB (Red+Green+Blue) = 86+44+197=327 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.30% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 197 (77.34% from 255 or 60.24% from 327); Max value from RGB is 197 - color contains mainly: blue. Hex color #562CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562CC5 is #A9D33A. Grayscale: #494949. Windows color (decimal): -11129659 or 12921942. OLE color: 12921942.
HSL color Cylindrical-coordinate representation of color #562CC5: hue angle of 256.47º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562CC5 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 44 | 197 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.23 |
| HSL | 256.47º | 0.63% | 0.47% | - |
| HSV(B) | 256.47º | 0.78% | 0.77% | - |
| XYZ | 14.82 | 7.81 | 53.55 | - |
| YUV | 74 | 197.41 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 197 | 0.56 | 0.78 | 0 | 0.23 | 256.47 | 0.63 | 0.47 |
| Hex | 56 | 2C | C5 | 38 | 4E | 0 | 17 | 100 | 3F | 2F |
| Octal | 126 | 54 | 305 | 70 | 116 | 0 | 27 | 400 | 77 | 57 |
| Binary | 1010110 | 101100 | 11000101 | 111000 | 1001110 | 0 | 10111 | 100000000 | 111111 | 101111 |
Color Harmonies of #562CC5
Complementary color
Monochromatic Colors of #562CC5
Black with #562CC5
Text Example
Text Example
White with #562CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562CC5; }
p { color: rgb(86,44,197); }
H1.HeaderClassName
{
color: #562CC5;
}
.AnyTagClassName
{
color: #562CC5;
}
</style>
background-color css
<style>
a { background-color: #562CC5; }
a { background-color: rgb(86,44,197); }
div.DivClassName
{
background-color: #562CC5;
}
.BgClassName
{
background-color: #562CC5;
}
</style>
border-color css
<style>
span { border-color: #562CC5; }
span { border-color: rgb(86,44,197); }
td.TdClassName
{
border-color: #562CC5;
}
.TagClassName
{
border-color: #562CC5;
}
</style>