Shades of Purple Heart #7329CC
Tints of Purple Heart #7329CC
RGB
CMYK
RGB Variations
Color information
#7329CC (or 0x7329CC) is known color: Purple Heart. HEX triplet: 73, 29 and CC. RGB value is (115,41,204). Sum of RGB (Red+Green+Blue) = 115+41+204=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #7329CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7329CC is #8CD633. Grayscale: #515151. Windows color (decimal): -9229876 or 13379955. OLE color: 13379955.
HSL color Cylindrical-coordinate representation of color #7329CC: hue angle of 267.24º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7329CC is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 41 | 204 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.2 |
| HSL | 267.24º | 0.67% | 0.48% | - |
| HSV(B) | 267.24º | 0.8% | 0.8% | - |
| XYZ | 18.76 | 9.59 | 57.99 | - |
| YUV | 81.71 | 197.02 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 204 | 0.44 | 0.80 | 0 | 0.2 | 267.24 | 0.67 | 0.48 |
| Hex | 73 | 29 | CC | 2C | 50 | 0 | 14 | 10B | 43 | 30 |
| Octal | 163 | 51 | 314 | 54 | 120 | 0 | 24 | 413 | 103 | 60 |
| Binary | 1110011 | 101001 | 11001100 | 101100 | 1010000 | 0 | 10100 | 100001011 | 1000011 | 110000 |
Color Harmonies of #7329CC
Complementary color
Monochromatic Colors of #7329CC
Black with #7329CC
Text Example
Text Example
White with #7329CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7329CC; }
p { color: rgb(115,41,204); }
H1.HeaderClassName
{
color: #7329CC;
}
.AnyTagClassName
{
color: #7329CC;
}
</style>
background-color css
<style>
a { background-color: #7329CC; }
a { background-color: rgb(115,41,204); }
div.DivClassName
{
background-color: #7329CC;
}
.BgClassName
{
background-color: #7329CC;
}
</style>
border-color css
<style>
span { border-color: #7329CC; }
span { border-color: rgb(115,41,204); }
td.TdClassName
{
border-color: #7329CC;
}
.TagClassName
{
border-color: #7329CC;
}
</style>