Shades of Purple Heart #562BCF
Tints of Purple Heart #562BCF
RGB
CMYK
RGB Variations
Color information
#562BCF (or 0x562BCF) is known color: Purple Heart. HEX triplet: 56, 2B and CF. RGB value is (86,43,207). Sum of RGB (Red+Green+Blue) = 86+43+207=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #562BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562BCF is #A9D430. Grayscale: #494949. Windows color (decimal): -11129905 or 13577046. OLE color: 13577046.
HSL color Cylindrical-coordinate representation of color #562BCF: hue angle of 255.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562BCF is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 43 | 207 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.19 |
| HSL | 255.73º | 0.66% | 0.49% | - |
| HSV(B) | 255.73º | 0.79% | 0.81% | - |
| XYZ | 15.96 | 8.21 | 59.78 | - |
| YUV | 74.55 | 202.75 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 207 | 0.58 | 0.79 | 0 | 0.19 | 255.73 | 0.66 | 0.49 |
| Hex | 56 | 2B | CF | 3A | 4F | 0 | 13 | 100 | 42 | 31 |
| Octal | 126 | 53 | 317 | 72 | 117 | 0 | 23 | 400 | 102 | 61 |
| Binary | 1010110 | 101011 | 11001111 | 111010 | 1001111 | 0 | 10011 | 100000000 | 1000010 | 110001 |
Color Harmonies of #562BCF
Complementary color
Monochromatic Colors of #562BCF
Black with #562BCF
Text Example
Text Example
White with #562BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562BCF; }
p { color: rgb(86,43,207); }
H1.HeaderClassName
{
color: #562BCF;
}
.AnyTagClassName
{
color: #562BCF;
}
</style>
background-color css
<style>
a { background-color: #562BCF; }
a { background-color: rgb(86,43,207); }
div.DivClassName
{
background-color: #562BCF;
}
.BgClassName
{
background-color: #562BCF;
}
</style>
border-color css
<style>
span { border-color: #562BCF; }
span { border-color: rgb(86,43,207); }
td.TdClassName
{
border-color: #562BCF;
}
.TagClassName
{
border-color: #562BCF;
}
</style>