Shades of Purple Heart #7329CF
Tints of Purple Heart #7329CF
RGB
CMYK
RGB Variations
Color information
#7329CF (or 0x7329CF) is known color: Purple Heart. HEX triplet: 73, 29 and CF. RGB value is (115,41,207). Sum of RGB (Red+Green+Blue) = 115+41+207=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #7329CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7329CF is #8CD630. Grayscale: #515151. Windows color (decimal): -9229873 or 13576563. OLE color: 13576563.
HSL color Cylindrical-coordinate representation of color #7329CF: hue angle of 266.75º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7329CF is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 41 | 207 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.19 |
| HSL | 266.75º | 0.67% | 0.49% | - |
| HSV(B) | 266.75º | 0.8% | 0.81% | - |
| XYZ | 19.13 | 9.74 | 59.9 | - |
| YUV | 82.05 | 198.52 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 207 | 0.44 | 0.80 | 0 | 0.19 | 266.75 | 0.67 | 0.49 |
| Hex | 73 | 29 | CF | 2C | 50 | 0 | 13 | 10B | 43 | 31 |
| Octal | 163 | 51 | 317 | 54 | 120 | 0 | 23 | 413 | 103 | 61 |
| Binary | 1110011 | 101001 | 11001111 | 101100 | 1010000 | 0 | 10011 | 100001011 | 1000011 | 110001 |
Color Harmonies of #7329CF
Complementary color
Monochromatic Colors of #7329CF
Black with #7329CF
Text Example
Text Example
White with #7329CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7329CF; }
p { color: rgb(115,41,207); }
H1.HeaderClassName
{
color: #7329CF;
}
.AnyTagClassName
{
color: #7329CF;
}
</style>
background-color css
<style>
a { background-color: #7329CF; }
a { background-color: rgb(115,41,207); }
div.DivClassName
{
background-color: #7329CF;
}
.BgClassName
{
background-color: #7329CF;
}
</style>
border-color css
<style>
span { border-color: #7329CF; }
span { border-color: rgb(115,41,207); }
td.TdClassName
{
border-color: #7329CF;
}
.TagClassName
{
border-color: #7329CF;
}
</style>