Shades of Purple Heart #561DC3
Tints of Purple Heart #561DC3
RGB
CMYK
RGB Variations
Color information
#561DC3 (or 0x561DC3) is known color: Purple Heart. HEX triplet: 56, 1D and C3. RGB value is (86,29,195). Sum of RGB (Red+Green+Blue) = 86+29+195=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 195 (76.56% from 255 or 62.90% from 310); Max value from RGB is 195 - color contains mainly: blue. Hex color #561DC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561DC3 is #A9E23C. Grayscale: #404040. Windows color (decimal): -11133501 or 12787030. OLE color: 12787030.
HSL color Cylindrical-coordinate representation of color #561DC3: hue angle of 260.6º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561DC3 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 29 | 195 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.24 |
| HSL | 260.6º | 0.74% | 0.44% | - |
| HSV(B) | 260.6º | 0.85% | 0.76% | - |
| XYZ | 14.13 | 6.8 | 52.2 | - |
| YUV | 64.97 | 201.38 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 195 | 0.56 | 0.85 | 0 | 0.24 | 260.6 | 0.74 | 0.44 |
| Hex | 56 | 1D | C3 | 38 | 55 | 0 | 18 | 105 | 4A | 2C |
| Octal | 126 | 35 | 303 | 70 | 125 | 0 | 30 | 405 | 112 | 54 |
| Binary | 1010110 | 11101 | 11000011 | 111000 | 1010101 | 0 | 11000 | 100000101 | 1001010 | 101100 |
Color Harmonies of #561DC3
Complementary color
Monochromatic Colors of #561DC3
Black with #561DC3
Text Example
Text Example
White with #561DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561DC3; }
p { color: rgb(86,29,195); }
H1.HeaderClassName
{
color: #561DC3;
}
.AnyTagClassName
{
color: #561DC3;
}
</style>
background-color css
<style>
a { background-color: #561DC3; }
a { background-color: rgb(86,29,195); }
div.DivClassName
{
background-color: #561DC3;
}
.BgClassName
{
background-color: #561DC3;
}
</style>
border-color css
<style>
span { border-color: #561DC3; }
span { border-color: rgb(86,29,195); }
td.TdClassName
{
border-color: #561DC3;
}
.TagClassName
{
border-color: #561DC3;
}
</style>