Shades of Purple Heart #722CCD
Tints of Purple Heart #722CCD
RGB
CMYK
RGB Variations
Color information
#722CCD (or 0x722CCD) is known color: Purple Heart. HEX triplet: 72, 2C and CD. RGB value is (114,44,205). Sum of RGB (Red+Green+Blue) = 114+44+205=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #722CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722CCD is #8DD332. Grayscale: #525252. Windows color (decimal): -9294643 or 13446258. OLE color: 13446258.
HSL color Cylindrical-coordinate representation of color #722CCD: hue angle of 266.09º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #722CCD is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 44 | 205 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.20 |
| HSL | 266.09º | 0.65% | 0.49% | - |
| HSV(B) | 266.09º | 0.79% | 0.8% | - |
| XYZ | 18.86 | 9.79 | 58.65 | - |
| YUV | 83.28 | 196.69 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 205 | 0.44 | 0.79 | 0 | 0.20 | 266.09 | 0.65 | 0.49 |
| Hex | 72 | 2C | CD | 2C | 4F | 0 | 14 | 10A | 41 | 31 |
| Octal | 162 | 54 | 315 | 54 | 117 | 0 | 24 | 412 | 101 | 61 |
| Binary | 1110010 | 101100 | 11001101 | 101100 | 1001111 | 0 | 10100 | 100001010 | 1000001 | 110001 |
Color Harmonies of #722CCD
Complementary color
Monochromatic Colors of #722CCD
Black with #722CCD
Text Example
Text Example
White with #722CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722CCD; }
p { color: rgb(114,44,205); }
H1.HeaderClassName
{
color: #722CCD;
}
.AnyTagClassName
{
color: #722CCD;
}
</style>
background-color css
<style>
a { background-color: #722CCD; }
a { background-color: rgb(114,44,205); }
div.DivClassName
{
background-color: #722CCD;
}
.BgClassName
{
background-color: #722CCD;
}
</style>
border-color css
<style>
span { border-color: #722CCD; }
span { border-color: rgb(114,44,205); }
td.TdClassName
{
border-color: #722CCD;
}
.TagClassName
{
border-color: #722CCD;
}
</style>