Shades of Purple Heart #7019CA
Tints of Purple Heart #7019CA
RGB
CMYK
RGB Variations
Color information
#7019CA (or 0x7019CA) is known color: Purple Heart. HEX triplet: 70, 19 and CA. RGB value is (112,25,202). Sum of RGB (Red+Green+Blue) = 112+25+202=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 202 (79.30% from 255 or 59.59% from 339); Max value from RGB is 202 - color contains mainly: blue. Hex color #7019CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7019CA is #8FE635. Grayscale: #464646. Windows color (decimal): -9430582 or 13244784. OLE color: 13244784.
HSL color Cylindrical-coordinate representation of color #7019CA: hue angle of 269.49º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7019CA is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 25 | 202 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.21 |
| HSL | 269.49º | 0.78% | 0.45% | - |
| HSV(B) | 269.49º | 0.88% | 0.79% | - |
| XYZ | 17.69 | 8.4 | 56.57 | - |
| YUV | 71.19 | 201.82 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 202 | 0.45 | 0.88 | 0 | 0.21 | 269.49 | 0.78 | 0.45 |
| Hex | 70 | 19 | CA | 2D | 58 | 0 | 15 | 10D | 4E | 2D |
| Octal | 160 | 31 | 312 | 55 | 130 | 0 | 25 | 415 | 116 | 55 |
| Binary | 1110000 | 11001 | 11001010 | 101101 | 1011000 | 0 | 10101 | 100001101 | 1001110 | 101101 |
Color Harmonies of #7019CA
Complementary color
Monochromatic Colors of #7019CA
Black with #7019CA
Text Example
Text Example
White with #7019CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7019CA; }
p { color: rgb(112,25,202); }
H1.HeaderClassName
{
color: #7019CA;
}
.AnyTagClassName
{
color: #7019CA;
}
</style>
background-color css
<style>
a { background-color: #7019CA; }
a { background-color: rgb(112,25,202); }
div.DivClassName
{
background-color: #7019CA;
}
.BgClassName
{
background-color: #7019CA;
}
</style>
border-color css
<style>
span { border-color: #7019CA; }
span { border-color: rgb(112,25,202); }
td.TdClassName
{
border-color: #7019CA;
}
.TagClassName
{
border-color: #7019CA;
}
</style>