Shades of Purple Heart #721ECE
Tints of Purple Heart #721ECE
RGB
CMYK
RGB Variations
Color information
#721ECE (or 0x721ECE) is known color: Purple Heart. HEX triplet: 72, 1E and CE. RGB value is (114,30,206). Sum of RGB (Red+Green+Blue) = 114+30+206=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #721ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721ECE is #8DE131. Grayscale: #4A4A4A. Windows color (decimal): -9298226 or 13508210. OLE color: 13508210.
HSL color Cylindrical-coordinate representation of color #721ECE: hue angle of 268.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721ECE is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 30 | 206 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.19 |
| HSL | 268.64º | 0.75% | 0.46% | - |
| HSV(B) | 268.64º | 0.85% | 0.81% | - |
| XYZ | 18.54 | 8.96 | 59.15 | - |
| YUV | 75.18 | 201.83 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 206 | 0.45 | 0.85 | 0 | 0.19 | 268.64 | 0.75 | 0.46 |
| Hex | 72 | 1E | CE | 2D | 55 | 0 | 13 | 10D | 4B | 2E |
| Octal | 162 | 36 | 316 | 55 | 125 | 0 | 23 | 415 | 113 | 56 |
| Binary | 1110010 | 11110 | 11001110 | 101101 | 1010101 | 0 | 10011 | 100001101 | 1001011 | 101110 |
Color Harmonies of #721ECE
Complementary color
Monochromatic Colors of #721ECE
Black with #721ECE
Text Example
Text Example
White with #721ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721ECE; }
p { color: rgb(114,30,206); }
H1.HeaderClassName
{
color: #721ECE;
}
.AnyTagClassName
{
color: #721ECE;
}
</style>
background-color css
<style>
a { background-color: #721ECE; }
a { background-color: rgb(114,30,206); }
div.DivClassName
{
background-color: #721ECE;
}
.BgClassName
{
background-color: #721ECE;
}
</style>
border-color css
<style>
span { border-color: #721ECE; }
span { border-color: rgb(114,30,206); }
td.TdClassName
{
border-color: #721ECE;
}
.TagClassName
{
border-color: #721ECE;
}
</style>