Shades of Purple Heart #561ACE
Tints of Purple Heart #561ACE
RGB
CMYK
RGB Variations
Color information
#561ACE (or 0x561ACE) is known color: Purple Heart. HEX triplet: 56, 1A and CE. RGB value is (86,26,206). Sum of RGB (Red+Green+Blue) = 86+26+206=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #561ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561ACE is #A9E531. Grayscale: #3F3F3F. Windows color (decimal): -11134258 or 13507158. OLE color: 13507158.
HSL color Cylindrical-coordinate representation of color #561ACE: hue angle of 260º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561ACE is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 26 | 206 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.19 |
| HSL | 260º | 0.78% | 0.45% | - |
| HSV(B) | 260º | 0.87% | 0.81% | - |
| XYZ | 15.35 | 7.17 | 58.97 | - |
| YUV | 64.46 | 207.88 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 206 | 0.58 | 0.87 | 0 | 0.19 | 260 | 0.78 | 0.45 |
| Hex | 56 | 1A | CE | 3A | 57 | 0 | 13 | 104 | 4E | 2D |
| Octal | 126 | 32 | 316 | 72 | 127 | 0 | 23 | 404 | 116 | 55 |
| Binary | 1010110 | 11010 | 11001110 | 111010 | 1010111 | 0 | 10011 | 100000100 | 1001110 | 101101 |
Color Harmonies of #561ACE
Complementary color
Monochromatic Colors of #561ACE
Black with #561ACE
Text Example
Text Example
White with #561ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561ACE; }
p { color: rgb(86,26,206); }
H1.HeaderClassName
{
color: #561ACE;
}
.AnyTagClassName
{
color: #561ACE;
}
</style>
background-color css
<style>
a { background-color: #561ACE; }
a { background-color: rgb(86,26,206); }
div.DivClassName
{
background-color: #561ACE;
}
.BgClassName
{
background-color: #561ACE;
}
</style>
border-color css
<style>
span { border-color: #561ACE; }
span { border-color: rgb(86,26,206); }
td.TdClassName
{
border-color: #561ACE;
}
.TagClassName
{
border-color: #561ACE;
}
</style>