Shades of Purple Heart #7024AC
Tints of Purple Heart #7024AC
RGB
CMYK
RGB Variations
Color information
#7024AC (or 0x7024AC) is known color: Purple Heart. HEX triplet: 70, 24 and AC. RGB value is (112,36,172). Sum of RGB (Red+Green+Blue) = 112+36+172=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #7024AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7024AC is #8FDB53. Grayscale: #494949. Windows color (decimal): -9427796 or 11281520. OLE color: 11281520.
HSL color Cylindrical-coordinate representation of color #7024AC: hue angle of 273.53º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7024AC is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 36 | 172 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.33 |
| HSL | 273.53º | 0.65% | 0.41% | - |
| HSV(B) | 273.53º | 0.79% | 0.67% | - |
| XYZ | 14.76 | 7.69 | 39.74 | - |
| YUV | 74.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 172 | 0.35 | 0.79 | 0 | 0.33 | 273.53 | 0.65 | 0.41 |
| Hex | 70 | 24 | AC | 23 | 4F | 0 | 21 | 112 | 41 | 29 |
| Octal | 160 | 44 | 254 | 43 | 117 | 0 | 41 | 422 | 101 | 51 |
| Binary | 1110000 | 100100 | 10101100 | 100011 | 1001111 | 0 | 100001 | 100010010 | 1000001 | 101001 |
Color Harmonies of #7024AC
Complementary color
Monochromatic Colors of #7024AC
Black with #7024AC
Text Example
Text Example
White with #7024AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7024AC; }
p { color: rgb(112,36,172); }
H1.HeaderClassName
{
color: #7024AC;
}
.AnyTagClassName
{
color: #7024AC;
}
</style>
background-color css
<style>
a { background-color: #7024AC; }
a { background-color: rgb(112,36,172); }
div.DivClassName
{
background-color: #7024AC;
}
.BgClassName
{
background-color: #7024AC;
}
</style>
border-color css
<style>
span { border-color: #7024AC; }
span { border-color: rgb(112,36,172); }
td.TdClassName
{
border-color: #7024AC;
}
.TagClassName
{
border-color: #7024AC;
}
</style>