Shades of Purple Heart #7520AE
Tints of Purple Heart #7520AE
RGB
CMYK
RGB Variations
Color information
#7520AE (or 0x7520AE) is known color: Purple Heart. HEX triplet: 75, 20 and AE. RGB value is (117,32,174). Sum of RGB (Red+Green+Blue) = 117+32+174=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #7520AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7520AE is #8ADF51. Grayscale: #494949. Windows color (decimal): -9101138 or 11411573. OLE color: 11411573.
HSL color Cylindrical-coordinate representation of color #7520AE: hue angle of 275.92º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7520AE is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 32 | 174 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.32 |
| HSL | 275.92º | 0.69% | 0.4% | - |
| HSV(B) | 275.92º | 0.82% | 0.68% | - |
| XYZ | 15.49 | 7.87 | 40.75 | - |
| YUV | 73.6 | 184.66 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 32 | 174 | 0.33 | 0.82 | 0 | 0.32 | 275.92 | 0.69 | 0.4 |
| Hex | 75 | 20 | AE | 21 | 52 | 0 | 20 | 114 | 45 | 28 |
| Octal | 165 | 40 | 256 | 41 | 122 | 0 | 40 | 424 | 105 | 50 |
| Binary | 1110101 | 100000 | 10101110 | 100001 | 1010010 | 0 | 100000 | 100010100 | 1000101 | 101000 |
Color Harmonies of #7520AE
Complementary color
Monochromatic Colors of #7520AE
Black with #7520AE
Text Example
Text Example
White with #7520AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7520AE; }
p { color: rgb(117,32,174); }
H1.HeaderClassName
{
color: #7520AE;
}
.AnyTagClassName
{
color: #7520AE;
}
</style>
background-color css
<style>
a { background-color: #7520AE; }
a { background-color: rgb(117,32,174); }
div.DivClassName
{
background-color: #7520AE;
}
.BgClassName
{
background-color: #7520AE;
}
</style>
border-color css
<style>
span { border-color: #7520AE; }
span { border-color: rgb(117,32,174); }
td.TdClassName
{
border-color: #7520AE;
}
.TagClassName
{
border-color: #7520AE;
}
</style>