Shades of Purple Heart #7523AD
Tints of Purple Heart #7523AD
RGB
CMYK
RGB Variations
Color information
#7523AD (or 0x7523AD) is known color: Purple Heart. HEX triplet: 75, 23 and AD. RGB value is (117,35,173). Sum of RGB (Red+Green+Blue) = 117+35+173=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #7523AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7523AD is #8ADC52. Grayscale: #4A4A4A. Windows color (decimal): -9100371 or 11346805. OLE color: 11346805.
HSL color Cylindrical-coordinate representation of color #7523AD: hue angle of 275.65º degrees, saturation: 0.66, 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 #7523AD is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 35 | 173 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.32 |
| HSL | 275.65º | 0.66% | 0.41% | - |
| HSV(B) | 275.65º | 0.8% | 0.68% | - |
| XYZ | 15.48 | 8 | 40.26 | - |
| YUV | 75.25 | 183.17 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 35 | 173 | 0.32 | 0.80 | 0 | 0.32 | 275.65 | 0.66 | 0.41 |
| Hex | 75 | 23 | AD | 20 | 50 | 0 | 20 | 114 | 42 | 29 |
| Octal | 165 | 43 | 255 | 40 | 120 | 0 | 40 | 424 | 102 | 51 |
| Binary | 1110101 | 100011 | 10101101 | 100000 | 1010000 | 0 | 100000 | 100010100 | 1000010 | 101001 |
Color Harmonies of #7523AD
Complementary color
Monochromatic Colors of #7523AD
Black with #7523AD
Text Example
Text Example
White with #7523AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7523AD; }
p { color: rgb(117,35,173); }
H1.HeaderClassName
{
color: #7523AD;
}
.AnyTagClassName
{
color: #7523AD;
}
</style>
background-color css
<style>
a { background-color: #7523AD; }
a { background-color: rgb(117,35,173); }
div.DivClassName
{
background-color: #7523AD;
}
.BgClassName
{
background-color: #7523AD;
}
</style>
border-color css
<style>
span { border-color: #7523AD; }
span { border-color: rgb(117,35,173); }
td.TdClassName
{
border-color: #7523AD;
}
.TagClassName
{
border-color: #7523AD;
}
</style>