Shades of Purple Heart #7224CE
Tints of Purple Heart #7224CE
RGB
CMYK
RGB Variations
Color information
#7224CE (or 0x7224CE) is known color: Purple Heart. HEX triplet: 72, 24 and CE. RGB value is (114,36,206). Sum of RGB (Red+Green+Blue) = 114+36+206=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #7224CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7224CE is #8DDB31. Grayscale: #4E4E4E. Windows color (decimal): -9296690 or 13509746. OLE color: 13509746.
HSL color Cylindrical-coordinate representation of color #7224CE: hue angle of 267.53º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7224CE is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 36 | 206 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.19 |
| HSL | 267.53º | 0.7% | 0.47% | - |
| HSV(B) | 267.53º | 0.83% | 0.81% | - |
| XYZ | 18.71 | 9.3 | 59.2 | - |
| YUV | 78.7 | 199.84 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 36 | 206 | 0.45 | 0.83 | 0 | 0.19 | 267.53 | 0.7 | 0.47 |
| Hex | 72 | 24 | CE | 2D | 53 | 0 | 13 | 10C | 46 | 2F |
| Octal | 162 | 44 | 316 | 55 | 123 | 0 | 23 | 414 | 106 | 57 |
| Binary | 1110010 | 100100 | 11001110 | 101101 | 1010011 | 0 | 10011 | 100001100 | 1000110 | 101111 |
Color Harmonies of #7224CE
Complementary color
Monochromatic Colors of #7224CE
Black with #7224CE
Text Example
Text Example
White with #7224CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7224CE; }
p { color: rgb(114,36,206); }
H1.HeaderClassName
{
color: #7224CE;
}
.AnyTagClassName
{
color: #7224CE;
}
</style>
background-color css
<style>
a { background-color: #7224CE; }
a { background-color: rgb(114,36,206); }
div.DivClassName
{
background-color: #7224CE;
}
.BgClassName
{
background-color: #7224CE;
}
</style>
border-color css
<style>
span { border-color: #7224CE; }
span { border-color: rgb(114,36,206); }
td.TdClassName
{
border-color: #7224CE;
}
.TagClassName
{
border-color: #7224CE;
}
</style>