Shades of Purple Heart #720EC1
Tints of Purple Heart #720EC1
RGB
CMYK
RGB Variations
Color information
#720EC1 (or 0x720EC1) is known color: Purple Heart. HEX triplet: 72, 0E and C1. RGB value is (114,14,193). Sum of RGB (Red+Green+Blue) = 114+14+193=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 193 (75.78% from 255 or 60.12% from 321); Max value from RGB is 193 - color contains mainly: blue. Hex color #720EC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720EC1 is #8DF13E. Grayscale: #3F3F3F. Windows color (decimal): -9302335 or 12652146. OLE color: 12652146.
HSL color Cylindrical-coordinate representation of color #720EC1: hue angle of 273.52º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720EC1 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 14 | 193 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.24 |
| HSL | 273.52º | 0.86% | 0.41% | - |
| HSV(B) | 273.52º | 0.93% | 0.76% | - |
| XYZ | 16.72 | 7.74 | 51.07 | - |
| YUV | 64.31 | 200.63 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 193 | 0.41 | 0.93 | 0 | 0.24 | 273.52 | 0.86 | 0.41 |
| Hex | 72 | E | C1 | 29 | 5D | 0 | 18 | 112 | 56 | 29 |
| Octal | 162 | 16 | 301 | 51 | 135 | 0 | 30 | 422 | 126 | 51 |
| Binary | 1110010 | 1110 | 11000001 | 101001 | 1011101 | 0 | 11000 | 100010010 | 1010110 | 101001 |
Color Harmonies of #720EC1
Complementary color
Monochromatic Colors of #720EC1
Black with #720EC1
Text Example
Text Example
White with #720EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720EC1; }
p { color: rgb(114,14,193); }
H1.HeaderClassName
{
color: #720EC1;
}
.AnyTagClassName
{
color: #720EC1;
}
</style>
background-color css
<style>
a { background-color: #720EC1; }
a { background-color: rgb(114,14,193); }
div.DivClassName
{
background-color: #720EC1;
}
.BgClassName
{
background-color: #720EC1;
}
</style>
border-color css
<style>
span { border-color: #720EC1; }
span { border-color: rgb(114,14,193); }
td.TdClassName
{
border-color: #720EC1;
}
.TagClassName
{
border-color: #720EC1;
}
</style>