Shades of Purple Heart #561EBB
Tints of Purple Heart #561EBB
RGB
CMYK
RGB Variations
Color information
#561EBB (or 0x561EBB) is known color: Purple Heart. HEX triplet: 56, 1E and BB. RGB value is (86,30,187). Sum of RGB (Red+Green+Blue) = 86+30+187=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #561EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #561EBB is #A9E144. Grayscale: #404040. Windows color (decimal): -11133253 or 12262998. OLE color: 12262998.
HSL color Cylindrical-coordinate representation of color #561EBB: hue angle of 261.4º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561EBB is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 30 | 187 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.27 |
| HSL | 261.4º | 0.72% | 0.43% | - |
| HSV(B) | 261.4º | 0.84% | 0.73% | - |
| XYZ | 13.27 | 6.49 | 47.57 | - |
| YUV | 64.64 | 197.05 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 187 | 0.54 | 0.84 | 0 | 0.27 | 261.4 | 0.72 | 0.43 |
| Hex | 56 | 1E | BB | 36 | 54 | 0 | 1B | 105 | 48 | 2B |
| Octal | 126 | 36 | 273 | 66 | 124 | 0 | 33 | 405 | 110 | 53 |
| Binary | 1010110 | 11110 | 10111011 | 110110 | 1010100 | 0 | 11011 | 100000101 | 1001000 | 101011 |
Color Harmonies of #561EBB
Complementary color
Monochromatic Colors of #561EBB
Black with #561EBB
Text Example
Text Example
White with #561EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561EBB; }
p { color: rgb(86,30,187); }
H1.HeaderClassName
{
color: #561EBB;
}
.AnyTagClassName
{
color: #561EBB;
}
</style>
background-color css
<style>
a { background-color: #561EBB; }
a { background-color: rgb(86,30,187); }
div.DivClassName
{
background-color: #561EBB;
}
.BgClassName
{
background-color: #561EBB;
}
</style>
border-color css
<style>
span { border-color: #561EBB; }
span { border-color: rgb(86,30,187); }
td.TdClassName
{
border-color: #561EBB;
}
.TagClassName
{
border-color: #561EBB;
}
</style>