Shades of Purple Heart #7329D5
Tints of Purple Heart #7329D5
RGB
CMYK
RGB Variations
Color information
#7329D5 (or 0x7329D5) is known color: Purple Heart. HEX triplet: 73, 29 and D5. RGB value is (115,41,213). Sum of RGB (Red+Green+Blue) = 115+41+213=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 213 (83.59% from 255 or 57.72% from 369); Max value from RGB is 213 - color contains mainly: blue. Hex color #7329D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7329D5 is #8CD62A. Grayscale: #525252. Windows color (decimal): -9229867 or 13969779. OLE color: 13969779.
HSL color Cylindrical-coordinate representation of color #7329D5: hue angle of 265.81º 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 #7329D5 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 41 | 213 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.16 |
| HSL | 265.81º | 0.68% | 0.5% | - |
| HSV(B) | 265.81º | 0.81% | 0.84% | - |
| XYZ | 19.87 | 10.03 | 63.84 | - |
| YUV | 82.73 | 201.52 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 213 | 0.46 | 0.81 | 0 | 0.16 | 265.81 | 0.68 | 0.5 |
| Hex | 73 | 29 | D5 | 2E | 51 | 0 | 10 | 10A | 44 | 32 |
| Octal | 163 | 51 | 325 | 56 | 121 | 0 | 20 | 412 | 104 | 62 |
| Binary | 1110011 | 101001 | 11010101 | 101110 | 1010001 | 0 | 10000 | 100001010 | 1000100 | 110010 |
Color Harmonies of #7329D5
Complementary color
Monochromatic Colors of #7329D5
Black with #7329D5
Text Example
Text Example
White with #7329D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7329D5; }
p { color: rgb(115,41,213); }
H1.HeaderClassName
{
color: #7329D5;
}
.AnyTagClassName
{
color: #7329D5;
}
</style>
background-color css
<style>
a { background-color: #7329D5; }
a { background-color: rgb(115,41,213); }
div.DivClassName
{
background-color: #7329D5;
}
.BgClassName
{
background-color: #7329D5;
}
</style>
border-color css
<style>
span { border-color: #7329D5; }
span { border-color: rgb(115,41,213); }
td.TdClassName
{
border-color: #7329D5;
}
.TagClassName
{
border-color: #7329D5;
}
</style>