Shades of Purple Heart #561AC2
Tints of Purple Heart #561AC2
RGB
CMYK
RGB Variations
Color information
#561AC2 (or 0x561AC2) is known color: Purple Heart. HEX triplet: 56, 1A and C2. RGB value is (86,26,194). Sum of RGB (Red+Green+Blue) = 86+26+194=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 194 (76.17% from 255 or 63.40% from 306); Max value from RGB is 194 - color contains mainly: blue. Hex color #561AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561AC2 is #A9E53D. Grayscale: #3E3E3E. Windows color (decimal): -11134270 or 12720726. OLE color: 12720726.
HSL color Cylindrical-coordinate representation of color #561AC2: hue angle of 261.43º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561AC2 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 26 | 194 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.24 |
| HSL | 261.43º | 0.76% | 0.43% | - |
| HSV(B) | 261.43º | 0.87% | 0.76% | - |
| XYZ | 13.94 | 6.61 | 51.58 | - |
| YUV | 63.09 | 201.88 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 194 | 0.56 | 0.87 | 0 | 0.24 | 261.43 | 0.76 | 0.43 |
| Hex | 56 | 1A | C2 | 38 | 57 | 0 | 18 | 105 | 4C | 2B |
| Octal | 126 | 32 | 302 | 70 | 127 | 0 | 30 | 405 | 114 | 53 |
| Binary | 1010110 | 11010 | 11000010 | 111000 | 1010111 | 0 | 11000 | 100000101 | 1001100 | 101011 |
Color Harmonies of #561AC2
Complementary color
Monochromatic Colors of #561AC2
Black with #561AC2
Text Example
Text Example
White with #561AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561AC2; }
p { color: rgb(86,26,194); }
H1.HeaderClassName
{
color: #561AC2;
}
.AnyTagClassName
{
color: #561AC2;
}
</style>
background-color css
<style>
a { background-color: #561AC2; }
a { background-color: rgb(86,26,194); }
div.DivClassName
{
background-color: #561AC2;
}
.BgClassName
{
background-color: #561AC2;
}
</style>
border-color css
<style>
span { border-color: #561AC2; }
span { border-color: rgb(86,26,194); }
td.TdClassName
{
border-color: #561AC2;
}
.TagClassName
{
border-color: #561AC2;
}
</style>