Shades of Purple Heart #722ECF
Tints of Purple Heart #722ECF
RGB
CMYK
RGB Variations
Color information
#722ECF (or 0x722ECF) is known color: Purple Heart. HEX triplet: 72, 2E and CF. RGB value is (114,46,207). Sum of RGB (Red+Green+Blue) = 114+46+207=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #722ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722ECF is #8DD130. Grayscale: #545454. Windows color (decimal): -9294129 or 13577842. OLE color: 13577842.
HSL color Cylindrical-coordinate representation of color #722ECF: hue angle of 265.34º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722ECF is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 46 | 207 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.19 |
| HSL | 265.34º | 0.64% | 0.5% | - |
| HSV(B) | 265.34º | 0.78% | 0.81% | - |
| XYZ | 19.18 | 10.04 | 59.96 | - |
| YUV | 84.69 | 197.03 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 207 | 0.45 | 0.78 | 0 | 0.19 | 265.34 | 0.64 | 0.5 |
| Hex | 72 | 2E | CF | 2D | 4E | 0 | 13 | 109 | 40 | 32 |
| Octal | 162 | 56 | 317 | 55 | 116 | 0 | 23 | 411 | 100 | 62 |
| Binary | 1110010 | 101110 | 11001111 | 101101 | 1001110 | 0 | 10011 | 100001001 | 1000000 | 110010 |
Color Harmonies of #722ECF
Complementary color
Monochromatic Colors of #722ECF
Black with #722ECF
Text Example
Text Example
White with #722ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722ECF; }
p { color: rgb(114,46,207); }
H1.HeaderClassName
{
color: #722ECF;
}
.AnyTagClassName
{
color: #722ECF;
}
</style>
background-color css
<style>
a { background-color: #722ECF; }
a { background-color: rgb(114,46,207); }
div.DivClassName
{
background-color: #722ECF;
}
.BgClassName
{
background-color: #722ECF;
}
</style>
border-color css
<style>
span { border-color: #722ECF; }
span { border-color: rgb(114,46,207); }
td.TdClassName
{
border-color: #722ECF;
}
.TagClassName
{
border-color: #722ECF;
}
</style>