Shades of Purple Heart #7229D5
Tints of Purple Heart #7229D5
RGB
CMYK
RGB Variations
Color information
#7229D5 (or 0x7229D5) is known color: Purple Heart. HEX triplet: 72, 29 and D5. RGB value is (114,41,213). Sum of RGB (Red+Green+Blue) = 114+41+213=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 213 (83.59% from 255 or 57.88% from 368); Max value from RGB is 213 - color contains mainly: blue. Hex color #7229D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7229D5 is #8DD62A. Grayscale: #515151. Windows color (decimal): -9295403 or 13969778. OLE color: 13969778.
HSL color Cylindrical-coordinate representation of color #7229D5: hue angle of 265.47º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7229D5 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 41 | 213 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.16 |
| HSL | 265.47º | 0.68% | 0.5% | - |
| HSV(B) | 265.47º | 0.81% | 0.84% | - |
| XYZ | 19.74 | 9.97 | 63.83 | - |
| YUV | 82.44 | 201.68 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 213 | 0.46 | 0.81 | 0 | 0.16 | 265.47 | 0.68 | 0.5 |
| Hex | 72 | 29 | D5 | 2E | 51 | 0 | 10 | 109 | 44 | 32 |
| Octal | 162 | 51 | 325 | 56 | 121 | 0 | 20 | 411 | 104 | 62 |
| Binary | 1110010 | 101001 | 11010101 | 101110 | 1010001 | 0 | 10000 | 100001001 | 1000100 | 110010 |
Color Harmonies of #7229D5
Complementary color
Monochromatic Colors of #7229D5
Black with #7229D5
Text Example
Text Example
White with #7229D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7229D5; }
p { color: rgb(114,41,213); }
H1.HeaderClassName
{
color: #7229D5;
}
.AnyTagClassName
{
color: #7229D5;
}
</style>
background-color css
<style>
a { background-color: #7229D5; }
a { background-color: rgb(114,41,213); }
div.DivClassName
{
background-color: #7229D5;
}
.BgClassName
{
background-color: #7229D5;
}
</style>
border-color css
<style>
span { border-color: #7229D5; }
span { border-color: rgb(114,41,213); }
td.TdClassName
{
border-color: #7229D5;
}
.TagClassName
{
border-color: #7229D5;
}
</style>