Shades of Purple Heart #7522AD
Tints of Purple Heart #7522AD
RGB
CMYK
RGB Variations
Color information
#7522AD (or 0x7522AD) is known color: Purple Heart. HEX triplet: 75, 22 and AD. RGB value is (117,34,173). Sum of RGB (Red+Green+Blue) = 117+34+173=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #7522AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7522AD is #8ADD52. Grayscale: #4A4A4A. Windows color (decimal): -9100627 or 11346549. OLE color: 11346549.
HSL color Cylindrical-coordinate representation of color #7522AD: hue angle of 275.83º 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 #7522AD is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 34 | 173 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.32 |
| HSL | 275.83º | 0.67% | 0.41% | - |
| HSV(B) | 275.83º | 0.8% | 0.68% | - |
| XYZ | 15.45 | 7.94 | 40.25 | - |
| YUV | 74.66 | 183.5 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 173 | 0.32 | 0.80 | 0 | 0.32 | 275.83 | 0.67 | 0.41 |
| Hex | 75 | 22 | AD | 20 | 50 | 0 | 20 | 114 | 43 | 29 |
| Octal | 165 | 42 | 255 | 40 | 120 | 0 | 40 | 424 | 103 | 51 |
| Binary | 1110101 | 100010 | 10101101 | 100000 | 1010000 | 0 | 100000 | 100010100 | 1000011 | 101001 |
Color Harmonies of #7522AD
Complementary color
Monochromatic Colors of #7522AD
Black with #7522AD
Text Example
Text Example
White with #7522AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7522AD; }
p { color: rgb(117,34,173); }
H1.HeaderClassName
{
color: #7522AD;
}
.AnyTagClassName
{
color: #7522AD;
}
</style>
background-color css
<style>
a { background-color: #7522AD; }
a { background-color: rgb(117,34,173); }
div.DivClassName
{
background-color: #7522AD;
}
.BgClassName
{
background-color: #7522AD;
}
</style>
border-color css
<style>
span { border-color: #7522AD; }
span { border-color: rgb(117,34,173); }
td.TdClassName
{
border-color: #7522AD;
}
.TagClassName
{
border-color: #7522AD;
}
</style>