Shades of Purple Heart #722CCA
Tints of Purple Heart #722CCA
RGB
CMYK
RGB Variations
Color information
#722CCA (or 0x722CCA) is known color: Purple Heart. HEX triplet: 72, 2C and CA. RGB value is (114,44,202). Sum of RGB (Red+Green+Blue) = 114+44+202=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #722CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722CCA is #8DD335. Grayscale: #525252. Windows color (decimal): -9294646 or 13249650. OLE color: 13249650.
HSL color Cylindrical-coordinate representation of color #722CCA: hue angle of 266.58º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722CCA is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 114 | 44 | 202 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.21 |
| HSL | 266.58º | 0.64% | 0.48% | - |
| HSV(B) | 266.58º | 0.78% | 0.79% | - |
| XYZ | 18.5 | 9.64 | 56.76 | - |
| YUV | 82.94 | 195.19 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 202 | 0.44 | 0.78 | 0 | 0.21 | 266.58 | 0.64 | 0.48 |
| Hex | 72 | 2C | CA | 2C | 4E | 0 | 15 | 10B | 40 | 30 |
| Octal | 162 | 54 | 312 | 54 | 116 | 0 | 25 | 413 | 100 | 60 |
| Binary | 1110010 | 101100 | 11001010 | 101100 | 1001110 | 0 | 10101 | 100001011 | 1000000 | 110000 |
Color Harmonies of #722CCA
Complementary color
Monochromatic Colors of #722CCA
Black with #722CCA
Text Example
Text Example
White with #722CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722CCA; }
p { color: rgb(114,44,202); }
H1.HeaderClassName
{
color: #722CCA;
}
.AnyTagClassName
{
color: #722CCA;
}
</style>
background-color css
<style>
a { background-color: #722CCA; }
a { background-color: rgb(114,44,202); }
div.DivClassName
{
background-color: #722CCA;
}
.BgClassName
{
background-color: #722CCA;
}
</style>
border-color css
<style>
span { border-color: #722CCA; }
span { border-color: rgb(114,44,202); }
td.TdClassName
{
border-color: #722CCA;
}
.TagClassName
{
border-color: #722CCA;
}
</style>