Shades of Purple Heart #722CCF
Tints of Purple Heart #722CCF
RGB
CMYK
RGB Variations
Color information
#722CCF (or 0x722CCF) is known color: Purple Heart. HEX triplet: 72, 2C and CF. RGB value is (114,44,207). Sum of RGB (Red+Green+Blue) = 114+44+207=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #722CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722CCF is #8DD330. Grayscale: #525252. Windows color (decimal): -9294641 or 13577330. OLE color: 13577330.
HSL color Cylindrical-coordinate representation of color #722CCF: hue angle of 265.77º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #722CCF is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 44 | 207 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.19 |
| HSL | 265.77º | 0.65% | 0.49% | - |
| HSV(B) | 265.77º | 0.79% | 0.81% | - |
| XYZ | 19.1 | 9.88 | 59.93 | - |
| YUV | 83.51 | 197.69 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 207 | 0.45 | 0.79 | 0 | 0.19 | 265.77 | 0.65 | 0.49 |
| Hex | 72 | 2C | CF | 2D | 4F | 0 | 13 | 10A | 41 | 31 |
| Octal | 162 | 54 | 317 | 55 | 117 | 0 | 23 | 412 | 101 | 61 |
| Binary | 1110010 | 101100 | 11001111 | 101101 | 1001111 | 0 | 10011 | 100001010 | 1000001 | 110001 |
Color Harmonies of #722CCF
Complementary color
Monochromatic Colors of #722CCF
Black with #722CCF
Text Example
Text Example
White with #722CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722CCF; }
p { color: rgb(114,44,207); }
H1.HeaderClassName
{
color: #722CCF;
}
.AnyTagClassName
{
color: #722CCF;
}
</style>
background-color css
<style>
a { background-color: #722CCF; }
a { background-color: rgb(114,44,207); }
div.DivClassName
{
background-color: #722CCF;
}
.BgClassName
{
background-color: #722CCF;
}
</style>
border-color css
<style>
span { border-color: #722CCF; }
span { border-color: rgb(114,44,207); }
td.TdClassName
{
border-color: #722CCF;
}
.TagClassName
{
border-color: #722CCF;
}
</style>