Shades of Purple Heart #562DC1
Tints of Purple Heart #562DC1
RGB
CMYK
RGB Variations
Color information
#562DC1 (or 0x562DC1) is known color: Purple Heart. HEX triplet: 56, 2D and C1. RGB value is (86,45,193). Sum of RGB (Red+Green+Blue) = 86+45+193=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #562DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562DC1 is #A9D23E. Grayscale: #494949. Windows color (decimal): -11129407 or 12660054. OLE color: 12660054.
HSL color Cylindrical-coordinate representation of color #562DC1: hue angle of 256.62º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562DC1 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 45 | 193 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.24 |
| HSL | 256.62º | 0.62% | 0.47% | - |
| HSV(B) | 256.62º | 0.77% | 0.76% | - |
| XYZ | 14.4 | 7.71 | 51.18 | - |
| YUV | 74.13 | 195.08 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 193 | 0.55 | 0.77 | 0 | 0.24 | 256.62 | 0.62 | 0.47 |
| Hex | 56 | 2D | C1 | 37 | 4D | 0 | 18 | 101 | 3E | 2F |
| Octal | 126 | 55 | 301 | 67 | 115 | 0 | 30 | 401 | 76 | 57 |
| Binary | 1010110 | 101101 | 11000001 | 110111 | 1001101 | 0 | 11000 | 100000001 | 111110 | 101111 |
Color Harmonies of #562DC1
Complementary color
Monochromatic Colors of #562DC1
Black with #562DC1
Text Example
Text Example
White with #562DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562DC1; }
p { color: rgb(86,45,193); }
H1.HeaderClassName
{
color: #562DC1;
}
.AnyTagClassName
{
color: #562DC1;
}
</style>
background-color css
<style>
a { background-color: #562DC1; }
a { background-color: rgb(86,45,193); }
div.DivClassName
{
background-color: #562DC1;
}
.BgClassName
{
background-color: #562DC1;
}
</style>
border-color css
<style>
span { border-color: #562DC1; }
span { border-color: rgb(86,45,193); }
td.TdClassName
{
border-color: #562DC1;
}
.TagClassName
{
border-color: #562DC1;
}
</style>