Shades of Purple Heart #562BBF
Tints of Purple Heart #562BBF
RGB
CMYK
RGB Variations
Color information
#562BBF (or 0x562BBF) is known color: Purple Heart. HEX triplet: 56, 2B and BF. RGB value is (86,43,191). Sum of RGB (Red+Green+Blue) = 86+43+191=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #562BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562BBF is #A9D440. Grayscale: #484848. Windows color (decimal): -11129921 or 12528470. OLE color: 12528470.
HSL color Cylindrical-coordinate representation of color #562BBF: hue angle of 257.43º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562BBF is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 43 | 191 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.25 |
| HSL | 257.43º | 0.63% | 0.46% | - |
| HSV(B) | 257.43º | 0.77% | 0.75% | - |
| XYZ | 14.11 | 7.47 | 49.99 | - |
| YUV | 72.73 | 194.75 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 191 | 0.55 | 0.77 | 0 | 0.25 | 257.43 | 0.63 | 0.46 |
| Hex | 56 | 2B | BF | 37 | 4D | 0 | 19 | 101 | 3F | 2E |
| Octal | 126 | 53 | 277 | 67 | 115 | 0 | 31 | 401 | 77 | 56 |
| Binary | 1010110 | 101011 | 10111111 | 110111 | 1001101 | 0 | 11001 | 100000001 | 111111 | 101110 |
Color Harmonies of #562BBF
Complementary color
Monochromatic Colors of #562BBF
Black with #562BBF
Text Example
Text Example
White with #562BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562BBF; }
p { color: rgb(86,43,191); }
H1.HeaderClassName
{
color: #562BBF;
}
.AnyTagClassName
{
color: #562BBF;
}
</style>
background-color css
<style>
a { background-color: #562BBF; }
a { background-color: rgb(86,43,191); }
div.DivClassName
{
background-color: #562BBF;
}
.BgClassName
{
background-color: #562BBF;
}
</style>
border-color css
<style>
span { border-color: #562BBF; }
span { border-color: rgb(86,43,191); }
td.TdClassName
{
border-color: #562BBF;
}
.TagClassName
{
border-color: #562BBF;
}
</style>