Shades of Purple Heart #561BCB
Tints of Purple Heart #561BCB
RGB
CMYK
RGB Variations
Color information
#561BCB (or 0x561BCB) is known color: Purple Heart. HEX triplet: 56, 1B and CB. RGB value is (86,27,203). Sum of RGB (Red+Green+Blue) = 86+27+203=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #561BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561BCB is #A9E434. Grayscale: #404040. Windows color (decimal): -11134005 or 13310806. OLE color: 13310806.
HSL color Cylindrical-coordinate representation of color #561BCB: hue angle of 260.11º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561BCB is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 27 | 203 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.20 |
| HSL | 260.11º | 0.77% | 0.45% | - |
| HSV(B) | 260.11º | 0.87% | 0.8% | - |
| XYZ | 15.01 | 7.07 | 57.07 | - |
| YUV | 64.71 | 206.05 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 203 | 0.58 | 0.87 | 0 | 0.20 | 260.11 | 0.77 | 0.45 |
| Hex | 56 | 1B | CB | 3A | 57 | 0 | 14 | 104 | 4D | 2D |
| Octal | 126 | 33 | 313 | 72 | 127 | 0 | 24 | 404 | 115 | 55 |
| Binary | 1010110 | 11011 | 11001011 | 111010 | 1010111 | 0 | 10100 | 100000100 | 1001101 | 101101 |
Color Harmonies of #561BCB
Complementary color
Monochromatic Colors of #561BCB
Black with #561BCB
Text Example
Text Example
White with #561BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561BCB; }
p { color: rgb(86,27,203); }
H1.HeaderClassName
{
color: #561BCB;
}
.AnyTagClassName
{
color: #561BCB;
}
</style>
background-color css
<style>
a { background-color: #561BCB; }
a { background-color: rgb(86,27,203); }
div.DivClassName
{
background-color: #561BCB;
}
.BgClassName
{
background-color: #561BCB;
}
</style>
border-color css
<style>
span { border-color: #561BCB; }
span { border-color: rgb(86,27,203); }
td.TdClassName
{
border-color: #561BCB;
}
.TagClassName
{
border-color: #561BCB;
}
</style>