Shades of Purple Heart #7019D7
Tints of Purple Heart #7019D7
RGB
CMYK
RGB Variations
Color information
#7019D7 (or 0x7019D7) is known color: Purple Heart. HEX triplet: 70, 19 and D7. RGB value is (112,25,215). Sum of RGB (Red+Green+Blue) = 112+25+215=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 215 (84.38% from 255 or 61.08% from 352); Max value from RGB is 215 - color contains mainly: blue. Hex color #7019D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7019D7 is #8FE628. Grayscale: #484848. Windows color (decimal): -9430569 or 14096752. OLE color: 14096752.
HSL color Cylindrical-coordinate representation of color #7019D7: hue angle of 267.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7019D7 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 25 | 215 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.16 |
| HSL | 267.47º | 0.79% | 0.47% | - |
| HSV(B) | 267.47º | 0.88% | 0.84% | - |
| XYZ | 19.3 | 9.05 | 65.02 | - |
| YUV | 72.67 | 208.32 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 215 | 0.48 | 0.88 | 0 | 0.16 | 267.47 | 0.79 | 0.47 |
| Hex | 70 | 19 | D7 | 30 | 58 | 0 | 10 | 10B | 4F | 2F |
| Octal | 160 | 31 | 327 | 60 | 130 | 0 | 20 | 413 | 117 | 57 |
| Binary | 1110000 | 11001 | 11010111 | 110000 | 1011000 | 0 | 10000 | 100001011 | 1001111 | 101111 |
Color Harmonies of #7019D7
Complementary color
Monochromatic Colors of #7019D7
Black with #7019D7
Text Example
Text Example
White with #7019D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7019D7; }
p { color: rgb(112,25,215); }
H1.HeaderClassName
{
color: #7019D7;
}
.AnyTagClassName
{
color: #7019D7;
}
</style>
background-color css
<style>
a { background-color: #7019D7; }
a { background-color: rgb(112,25,215); }
div.DivClassName
{
background-color: #7019D7;
}
.BgClassName
{
background-color: #7019D7;
}
</style>
border-color css
<style>
span { border-color: #7019D7; }
span { border-color: rgb(112,25,215); }
td.TdClassName
{
border-color: #7019D7;
}
.TagClassName
{
border-color: #7019D7;
}
</style>