Shades of Purple Heart #561AAC
Tints of Purple Heart #561AAC
RGB
CMYK
RGB Variations
Color information
#561AAC (or 0x561AAC) is known color: Purple Heart. HEX triplet: 56, 1A and AC. RGB value is (86,26,172). Sum of RGB (Red+Green+Blue) = 86+26+172=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #561AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #561AAC is #A9E553. Grayscale: #3C3C3C. Windows color (decimal): -11134292 or 11278934. OLE color: 11278934.
HSL color Cylindrical-coordinate representation of color #561AAC: hue angle of 264.66º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561AAC is Cyan = 0.5, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 26 | 172 | - |
| CMYK | 0.5 | 0.85 | 0 | 0.33 |
| HSL | 264.66º | 0.74% | 0.39% | - |
| HSV(B) | 264.66º | 0.85% | 0.67% | - |
| XYZ | 11.65 | 5.7 | 39.51 | - |
| YUV | 60.58 | 190.88 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 172 | 0.5 | 0.85 | 0 | 0.33 | 264.66 | 0.74 | 0.39 |
| Hex | 56 | 1A | AC | 32 | 55 | 0 | 21 | 109 | 4A | 27 |
| Octal | 126 | 32 | 254 | 62 | 125 | 0 | 41 | 411 | 112 | 47 |
| Binary | 1010110 | 11010 | 10101100 | 110010 | 1010101 | 0 | 100001 | 100001001 | 1001010 | 100111 |
Color Harmonies of #561AAC
Complementary color
Monochromatic Colors of #561AAC
Black with #561AAC
Text Example
Text Example
White with #561AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561AAC; }
p { color: rgb(86,26,172); }
H1.HeaderClassName
{
color: #561AAC;
}
.AnyTagClassName
{
color: #561AAC;
}
</style>
background-color css
<style>
a { background-color: #561AAC; }
a { background-color: rgb(86,26,172); }
div.DivClassName
{
background-color: #561AAC;
}
.BgClassName
{
background-color: #561AAC;
}
</style>
border-color css
<style>
span { border-color: #561AAC; }
span { border-color: rgb(86,26,172); }
td.TdClassName
{
border-color: #561AAC;
}
.TagClassName
{
border-color: #561AAC;
}
</style>