Shades of Purple Heart #7229D6
Tints of Purple Heart #7229D6
RGB
CMYK
RGB Variations
Color information
#7229D6 (or 0x7229D6) is known color: Purple Heart. HEX triplet: 72, 29 and D6. RGB value is (114,41,214). Sum of RGB (Red+Green+Blue) = 114+41+214=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 214 (83.98% from 255 or 57.99% from 369); Max value from RGB is 214 - color contains mainly: blue. Hex color #7229D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7229D6 is #8DD629. Grayscale: #515151. Windows color (decimal): -9295402 or 14035314. OLE color: 14035314.
HSL color Cylindrical-coordinate representation of color #7229D6: hue angle of 265.32º 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 #7229D6 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 41 | 214 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.16 |
| HSL | 265.32º | 0.68% | 0.5% | - |
| HSV(B) | 265.32º | 0.81% | 0.84% | - |
| XYZ | 19.87 | 10.02 | 64.5 | - |
| YUV | 82.55 | 202.18 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 214 | 0.47 | 0.81 | 0 | 0.16 | 265.32 | 0.68 | 0.5 |
| Hex | 72 | 29 | D6 | 2F | 51 | 0 | 10 | 109 | 44 | 32 |
| Octal | 162 | 51 | 326 | 57 | 121 | 0 | 20 | 411 | 104 | 62 |
| Binary | 1110010 | 101001 | 11010110 | 101111 | 1010001 | 0 | 10000 | 100001001 | 1000100 | 110010 |
Color Harmonies of #7229D6
Complementary color
Monochromatic Colors of #7229D6
Black with #7229D6
Text Example
Text Example
White with #7229D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7229D6; }
p { color: rgb(114,41,214); }
H1.HeaderClassName
{
color: #7229D6;
}
.AnyTagClassName
{
color: #7229D6;
}
</style>
background-color css
<style>
a { background-color: #7229D6; }
a { background-color: rgb(114,41,214); }
div.DivClassName
{
background-color: #7229D6;
}
.BgClassName
{
background-color: #7229D6;
}
</style>
border-color css
<style>
span { border-color: #7229D6; }
span { border-color: rgb(114,41,214); }
td.TdClassName
{
border-color: #7229D6;
}
.TagClassName
{
border-color: #7229D6;
}
</style>