Shades of Purple Heart #722CC5
Tints of Purple Heart #722CC5
RGB
CMYK
RGB Variations
Color information
#722CC5 (or 0x722CC5) is known color: Purple Heart. HEX triplet: 72, 2C and C5. RGB value is (114,44,197). Sum of RGB (Red+Green+Blue) = 114+44+197=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 197 (77.34% from 255 or 55.49% from 355); Max value from RGB is 197 - color contains mainly: blue. Hex color #722CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #722CC5 is #8DD33A. Grayscale: #515151. Windows color (decimal): -9294651 or 12921970. OLE color: 12921970.
HSL color Cylindrical-coordinate representation of color #722CC5: hue angle of 267.45º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #722CC5 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 44 | 197 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.23 |
| HSL | 267.45º | 0.63% | 0.47% | - |
| HSV(B) | 267.45º | 0.78% | 0.77% | - |
| XYZ | 17.92 | 9.41 | 53.7 | - |
| YUV | 82.37 | 192.69 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 197 | 0.42 | 0.78 | 0 | 0.23 | 267.45 | 0.63 | 0.47 |
| Hex | 72 | 2C | C5 | 2A | 4E | 0 | 17 | 10B | 3F | 2F |
| Octal | 162 | 54 | 305 | 52 | 116 | 0 | 27 | 413 | 77 | 57 |
| Binary | 1110010 | 101100 | 11000101 | 101010 | 1001110 | 0 | 10111 | 100001011 | 111111 | 101111 |
Color Harmonies of #722CC5
Complementary color
Monochromatic Colors of #722CC5
Black with #722CC5
Text Example
Text Example
White with #722CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722CC5; }
p { color: rgb(114,44,197); }
H1.HeaderClassName
{
color: #722CC5;
}
.AnyTagClassName
{
color: #722CC5;
}
</style>
background-color css
<style>
a { background-color: #722CC5; }
a { background-color: rgb(114,44,197); }
div.DivClassName
{
background-color: #722CC5;
}
.BgClassName
{
background-color: #722CC5;
}
</style>
border-color css
<style>
span { border-color: #722CC5; }
span { border-color: rgb(114,44,197); }
td.TdClassName
{
border-color: #722CC5;
}
.TagClassName
{
border-color: #722CC5;
}
</style>