Shades of Purple Heart #7424AD
Tints of Purple Heart #7424AD
RGB
CMYK
RGB Variations
Color information
#7424AD (or 0x7424AD) is known color: Purple Heart. HEX triplet: 74, 24 and AD. RGB value is (116,36,173). Sum of RGB (Red+Green+Blue) = 116+36+173=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 36 (14.45% from 255 or 11.08% 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 #7424AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7424AD is #8BDB52. Grayscale: #4B4B4B. Windows color (decimal): -9165651 or 11347060. OLE color: 11347060.
HSL color Cylindrical-coordinate representation of color #7424AD: hue angle of 275.04º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7424AD is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 36 | 173 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.32 |
| HSL | 275.04º | 0.66% | 0.41% | - |
| HSV(B) | 275.04º | 0.79% | 0.68% | - |
| XYZ | 15.38 | 7.99 | 40.27 | - |
| YUV | 75.54 | 183 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 36 | 173 | 0.33 | 0.79 | 0 | 0.32 | 275.04 | 0.66 | 0.41 |
| Hex | 74 | 24 | AD | 21 | 4F | 0 | 20 | 113 | 42 | 29 |
| Octal | 164 | 44 | 255 | 41 | 117 | 0 | 40 | 423 | 102 | 51 |
| Binary | 1110100 | 100100 | 10101101 | 100001 | 1001111 | 0 | 100000 | 100010011 | 1000010 | 101001 |
Color Harmonies of #7424AD
Complementary color
Monochromatic Colors of #7424AD
Black with #7424AD
Text Example
Text Example
White with #7424AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7424AD; }
p { color: rgb(116,36,173); }
H1.HeaderClassName
{
color: #7424AD;
}
.AnyTagClassName
{
color: #7424AD;
}
</style>
background-color css
<style>
a { background-color: #7424AD; }
a { background-color: rgb(116,36,173); }
div.DivClassName
{
background-color: #7424AD;
}
.BgClassName
{
background-color: #7424AD;
}
</style>
border-color css
<style>
span { border-color: #7424AD; }
span { border-color: rgb(116,36,173); }
td.TdClassName
{
border-color: #7424AD;
}
.TagClassName
{
border-color: #7424AD;
}
</style>