Shades of Purple Heart #561ACD
Tints of Purple Heart #561ACD
RGB
CMYK
RGB Variations
Color information
#561ACD (or 0x561ACD) is known color: Purple Heart. HEX triplet: 56, 1A and CD. RGB value is (86,26,205). Sum of RGB (Red+Green+Blue) = 86+26+205=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #561ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561ACD is #A9E532. Grayscale: #3F3F3F. Windows color (decimal): -11134259 or 13441622. OLE color: 13441622.
HSL color Cylindrical-coordinate representation of color #561ACD: hue angle of 260.11º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561ACD is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 26 | 205 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.20 |
| HSL | 260.11º | 0.77% | 0.45% | - |
| HSV(B) | 260.11º | 0.87% | 0.8% | - |
| XYZ | 15.23 | 7.13 | 58.33 | - |
| YUV | 64.35 | 207.38 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 205 | 0.58 | 0.87 | 0 | 0.20 | 260.11 | 0.77 | 0.45 |
| Hex | 56 | 1A | CD | 3A | 57 | 0 | 14 | 104 | 4D | 2D |
| Octal | 126 | 32 | 315 | 72 | 127 | 0 | 24 | 404 | 115 | 55 |
| Binary | 1010110 | 11010 | 11001101 | 111010 | 1010111 | 0 | 10100 | 100000100 | 1001101 | 101101 |
Color Harmonies of #561ACD
Complementary color
Monochromatic Colors of #561ACD
Black with #561ACD
Text Example
Text Example
White with #561ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561ACD; }
p { color: rgb(86,26,205); }
H1.HeaderClassName
{
color: #561ACD;
}
.AnyTagClassName
{
color: #561ACD;
}
</style>
background-color css
<style>
a { background-color: #561ACD; }
a { background-color: rgb(86,26,205); }
div.DivClassName
{
background-color: #561ACD;
}
.BgClassName
{
background-color: #561ACD;
}
</style>
border-color css
<style>
span { border-color: #561ACD; }
span { border-color: rgb(86,26,205); }
td.TdClassName
{
border-color: #561ACD;
}
.TagClassName
{
border-color: #561ACD;
}
</style>