Shades of Purple Heart #561FCE
Tints of Purple Heart #561FCE
RGB
CMYK
RGB Variations
Color information
#561FCE (or 0x561FCE) is known color: Purple Heart. HEX triplet: 56, 1F and CE. RGB value is (86,31,206). Sum of RGB (Red+Green+Blue) = 86+31+206=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #561FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561FCE is #A9E031. Grayscale: #424242. Windows color (decimal): -11132978 or 13508438. OLE color: 13508438.
HSL color Cylindrical-coordinate representation of color #561FCE: hue angle of 258.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #561FCE is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 31 | 206 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.19 |
| HSL | 258.86º | 0.74% | 0.46% | - |
| HSV(B) | 258.86º | 0.85% | 0.81% | - |
| XYZ | 15.47 | 7.41 | 59.01 | - |
| YUV | 67.4 | 206.22 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 206 | 0.58 | 0.85 | 0 | 0.19 | 258.86 | 0.74 | 0.46 |
| Hex | 56 | 1F | CE | 3A | 55 | 0 | 13 | 103 | 4A | 2E |
| Octal | 126 | 37 | 316 | 72 | 125 | 0 | 23 | 403 | 112 | 56 |
| Binary | 1010110 | 11111 | 11001110 | 111010 | 1010101 | 0 | 10011 | 100000011 | 1001010 | 101110 |
Color Harmonies of #561FCE
Complementary color
Monochromatic Colors of #561FCE
Black with #561FCE
Text Example
Text Example
White with #561FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561FCE; }
p { color: rgb(86,31,206); }
H1.HeaderClassName
{
color: #561FCE;
}
.AnyTagClassName
{
color: #561FCE;
}
</style>
background-color css
<style>
a { background-color: #561FCE; }
a { background-color: rgb(86,31,206); }
div.DivClassName
{
background-color: #561FCE;
}
.BgClassName
{
background-color: #561FCE;
}
</style>
border-color css
<style>
span { border-color: #561FCE; }
span { border-color: rgb(86,31,206); }
td.TdClassName
{
border-color: #561FCE;
}
.TagClassName
{
border-color: #561FCE;
}
</style>