Shades of Purple Heart #7219D0
Tints of Purple Heart #7219D0
RGB
CMYK
RGB Variations
Color information
#7219D0 (or 0x7219D0) is known color: Purple Heart. HEX triplet: 72, 19 and D0. RGB value is (114,25,208). Sum of RGB (Red+Green+Blue) = 114+25+208=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #7219D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7219D0 is #8DE62F. Grayscale: #474747. Windows color (decimal): -9299504 or 13638002. OLE color: 13638002.
HSL color Cylindrical-coordinate representation of color #7219D0: hue angle of 269.18º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7219D0 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 25 | 208 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.18 |
| HSL | 269.18º | 0.79% | 0.46% | - |
| HSV(B) | 269.18º | 0.88% | 0.82% | - |
| XYZ | 18.67 | 8.83 | 60.39 | - |
| YUV | 72.47 | 204.49 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 208 | 0.45 | 0.88 | 0 | 0.18 | 269.18 | 0.79 | 0.46 |
| Hex | 72 | 19 | D0 | 2D | 58 | 0 | 12 | 10D | 4F | 2E |
| Octal | 162 | 31 | 320 | 55 | 130 | 0 | 22 | 415 | 117 | 56 |
| Binary | 1110010 | 11001 | 11010000 | 101101 | 1011000 | 0 | 10010 | 100001101 | 1001111 | 101110 |
Color Harmonies of #7219D0
Complementary color
Monochromatic Colors of #7219D0
Black with #7219D0
Text Example
Text Example
White with #7219D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7219D0; }
p { color: rgb(114,25,208); }
H1.HeaderClassName
{
color: #7219D0;
}
.AnyTagClassName
{
color: #7219D0;
}
</style>
background-color css
<style>
a { background-color: #7219D0; }
a { background-color: rgb(114,25,208); }
div.DivClassName
{
background-color: #7219D0;
}
.BgClassName
{
background-color: #7219D0;
}
</style>
border-color css
<style>
span { border-color: #7219D0; }
span { border-color: rgb(114,25,208); }
td.TdClassName
{
border-color: #7219D0;
}
.TagClassName
{
border-color: #7219D0;
}
</style>