Shades of Purple Heart #561AB6
Tints of Purple Heart #561AB6
RGB
CMYK
RGB Variations
Color information
#561AB6 (or 0x561AB6) is known color: Purple Heart. HEX triplet: 56, 1A and B6. RGB value is (86,26,182). Sum of RGB (Red+Green+Blue) = 86+26+182=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 182 (71.48% from 255 or 61.90% from 294); Max value from RGB is 182 - color contains mainly: blue. Hex color #561AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561AB6 is #A9E549. Grayscale: #3D3D3D. Windows color (decimal): -11134282 or 11934294. OLE color: 11934294.
HSL color Cylindrical-coordinate representation of color #561AB6: hue angle of 263.08º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561AB6 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 26 | 182 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.29 |
| HSL | 263.08º | 0.75% | 0.41% | - |
| HSV(B) | 263.08º | 0.86% | 0.71% | - |
| XYZ | 12.65 | 6.09 | 44.77 | - |
| YUV | 61.72 | 195.88 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 182 | 0.53 | 0.86 | 0 | 0.29 | 263.08 | 0.75 | 0.41 |
| Hex | 56 | 1A | B6 | 35 | 56 | 0 | 1D | 107 | 4B | 29 |
| Octal | 126 | 32 | 266 | 65 | 126 | 0 | 35 | 407 | 113 | 51 |
| Binary | 1010110 | 11010 | 10110110 | 110101 | 1010110 | 0 | 11101 | 100000111 | 1001011 | 101001 |
Color Harmonies of #561AB6
Complementary color
Monochromatic Colors of #561AB6
Black with #561AB6
Text Example
Text Example
White with #561AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561AB6; }
p { color: rgb(86,26,182); }
H1.HeaderClassName
{
color: #561AB6;
}
.AnyTagClassName
{
color: #561AB6;
}
</style>
background-color css
<style>
a { background-color: #561AB6; }
a { background-color: rgb(86,26,182); }
div.DivClassName
{
background-color: #561AB6;
}
.BgClassName
{
background-color: #561AB6;
}
</style>
border-color css
<style>
span { border-color: #561AB6; }
span { border-color: rgb(86,26,182); }
td.TdClassName
{
border-color: #561AB6;
}
.TagClassName
{
border-color: #561AB6;
}
</style>