Shades of Purple Heart #562FCC
Tints of Purple Heart #562FCC
RGB
CMYK
RGB Variations
Color information
#562FCC (or 0x562FCC) is known color: Purple Heart. HEX triplet: 56, 2F and CC. RGB value is (86,47,204). Sum of RGB (Red+Green+Blue) = 86+47+204=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #562FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562FCC is #A9D033. Grayscale: #4B4B4B. Windows color (decimal): -11128884 or 13381462. OLE color: 13381462.
HSL color Cylindrical-coordinate representation of color #562FCC: hue angle of 254.9º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562FCC is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 47 | 204 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.2 |
| HSL | 254.9º | 0.63% | 0.49% | - |
| HSV(B) | 254.9º | 0.77% | 0.8% | - |
| XYZ | 15.75 | 8.37 | 57.91 | - |
| YUV | 76.56 | 199.92 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 204 | 0.58 | 0.77 | 0 | 0.2 | 254.9 | 0.63 | 0.49 |
| Hex | 56 | 2F | CC | 3A | 4D | 0 | 14 | FF | 3F | 31 |
| Octal | 126 | 57 | 314 | 72 | 115 | 0 | 24 | 377 | 77 | 61 |
| Binary | 1010110 | 101111 | 11001100 | 111010 | 1001101 | 0 | 10100 | 11111111 | 111111 | 110001 |
Color Harmonies of #562FCC
Complementary color
Monochromatic Colors of #562FCC
Black with #562FCC
Text Example
Text Example
White with #562FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562FCC; }
p { color: rgb(86,47,204); }
H1.HeaderClassName
{
color: #562FCC;
}
.AnyTagClassName
{
color: #562FCC;
}
</style>
background-color css
<style>
a { background-color: #562FCC; }
a { background-color: rgb(86,47,204); }
div.DivClassName
{
background-color: #562FCC;
}
.BgClassName
{
background-color: #562FCC;
}
</style>
border-color css
<style>
span { border-color: #562FCC; }
span { border-color: rgb(86,47,204); }
td.TdClassName
{
border-color: #562FCC;
}
.TagClassName
{
border-color: #562FCC;
}
</style>