Shades of Purple Heart #7323AE
Tints of Purple Heart #7323AE
RGB
CMYK
RGB Variations
Color information
#7323AE (or 0x7323AE) is known color: Purple Heart. HEX triplet: 73, 23 and AE. RGB value is (115,35,174). Sum of RGB (Red+Green+Blue) = 115+35+174=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #7323AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7323AE is #8CDC51. Grayscale: #4A4A4A. Windows color (decimal): -9231442 or 11412339. OLE color: 11412339.
HSL color Cylindrical-coordinate representation of color #7323AE: hue angle of 274.53º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7323AE is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 35 | 174 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.32 |
| HSL | 274.53º | 0.67% | 0.41% | - |
| HSV(B) | 274.53º | 0.8% | 0.68% | - |
| XYZ | 15.31 | 7.9 | 40.76 | - |
| YUV | 74.77 | 184 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 174 | 0.34 | 0.80 | 0 | 0.32 | 274.53 | 0.67 | 0.41 |
| Hex | 73 | 23 | AE | 22 | 50 | 0 | 20 | 113 | 43 | 29 |
| Octal | 163 | 43 | 256 | 42 | 120 | 0 | 40 | 423 | 103 | 51 |
| Binary | 1110011 | 100011 | 10101110 | 100010 | 1010000 | 0 | 100000 | 100010011 | 1000011 | 101001 |
Color Harmonies of #7323AE
Complementary color
Monochromatic Colors of #7323AE
Black with #7323AE
Text Example
Text Example
White with #7323AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7323AE; }
p { color: rgb(115,35,174); }
H1.HeaderClassName
{
color: #7323AE;
}
.AnyTagClassName
{
color: #7323AE;
}
</style>
background-color css
<style>
a { background-color: #7323AE; }
a { background-color: rgb(115,35,174); }
div.DivClassName
{
background-color: #7323AE;
}
.BgClassName
{
background-color: #7323AE;
}
</style>
border-color css
<style>
span { border-color: #7323AE; }
span { border-color: rgb(115,35,174); }
td.TdClassName
{
border-color: #7323AE;
}
.TagClassName
{
border-color: #7323AE;
}
</style>