Shades of Purple Heart #721ECA
Tints of Purple Heart #721ECA
RGB
CMYK
RGB Variations
Color information
#721ECA (or 0x721ECA) is known color: Purple Heart. HEX triplet: 72, 1E and CA. RGB value is (114,30,202). Sum of RGB (Red+Green+Blue) = 114+30+202=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #721ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721ECA is #8DE135. Grayscale: #4A4A4A. Windows color (decimal): -9298230 or 13246066. OLE color: 13246066.
HSL color Cylindrical-coordinate representation of color #721ECA: hue angle of 269.3º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721ECA is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 30 | 202 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.21 |
| HSL | 269.3º | 0.74% | 0.45% | - |
| HSV(B) | 269.3º | 0.85% | 0.79% | - |
| XYZ | 18.06 | 8.77 | 56.62 | - |
| YUV | 74.72 | 199.83 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 202 | 0.44 | 0.85 | 0 | 0.21 | 269.3 | 0.74 | 0.45 |
| Hex | 72 | 1E | CA | 2C | 55 | 0 | 15 | 10D | 4A | 2D |
| Octal | 162 | 36 | 312 | 54 | 125 | 0 | 25 | 415 | 112 | 55 |
| Binary | 1110010 | 11110 | 11001010 | 101100 | 1010101 | 0 | 10101 | 100001101 | 1001010 | 101101 |
Color Harmonies of #721ECA
Complementary color
Monochromatic Colors of #721ECA
Black with #721ECA
Text Example
Text Example
White with #721ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721ECA; }
p { color: rgb(114,30,202); }
H1.HeaderClassName
{
color: #721ECA;
}
.AnyTagClassName
{
color: #721ECA;
}
</style>
background-color css
<style>
a { background-color: #721ECA; }
a { background-color: rgb(114,30,202); }
div.DivClassName
{
background-color: #721ECA;
}
.BgClassName
{
background-color: #721ECA;
}
</style>
border-color css
<style>
span { border-color: #721ECA; }
span { border-color: rgb(114,30,202); }
td.TdClassName
{
border-color: #721ECA;
}
.TagClassName
{
border-color: #721ECA;
}
</style>