Shades of Purple Heart #561BCE
Tints of Purple Heart #561BCE
RGB
CMYK
RGB Variations
Color information
#561BCE (or 0x561BCE) is known color: Purple Heart. HEX triplet: 56, 1B and CE. RGB value is (86,27,206). Sum of RGB (Red+Green+Blue) = 86+27+206=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #561BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561BCE is #A9E431. Grayscale: #404040. Windows color (decimal): -11134002 or 13507414. OLE color: 13507414.
HSL color Cylindrical-coordinate representation of color #561BCE: hue angle of 259.78º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561BCE is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 27 | 206 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.19 |
| HSL | 259.78º | 0.77% | 0.46% | - |
| HSV(B) | 259.78º | 0.87% | 0.81% | - |
| XYZ | 15.37 | 7.22 | 58.98 | - |
| YUV | 65.05 | 207.55 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 206 | 0.58 | 0.87 | 0 | 0.19 | 259.78 | 0.77 | 0.46 |
| Hex | 56 | 1B | CE | 3A | 57 | 0 | 13 | 104 | 4D | 2E |
| Octal | 126 | 33 | 316 | 72 | 127 | 0 | 23 | 404 | 115 | 56 |
| Binary | 1010110 | 11011 | 11001110 | 111010 | 1010111 | 0 | 10011 | 100000100 | 1001101 | 101110 |
Color Harmonies of #561BCE
Complementary color
Monochromatic Colors of #561BCE
Black with #561BCE
Text Example
Text Example
White with #561BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561BCE; }
p { color: rgb(86,27,206); }
H1.HeaderClassName
{
color: #561BCE;
}
.AnyTagClassName
{
color: #561BCE;
}
</style>
background-color css
<style>
a { background-color: #561BCE; }
a { background-color: rgb(86,27,206); }
div.DivClassName
{
background-color: #561BCE;
}
.BgClassName
{
background-color: #561BCE;
}
</style>
border-color css
<style>
span { border-color: #561BCE; }
span { border-color: rgb(86,27,206); }
td.TdClassName
{
border-color: #561BCE;
}
.TagClassName
{
border-color: #561BCE;
}
</style>