Shades of Purple Heart #7024AF
Tints of Purple Heart #7024AF
RGB
CMYK
RGB Variations
Color information
#7024AF (or 0x7024AF) is known color: Purple Heart. HEX triplet: 70, 24 and AF. RGB value is (112,36,175). Sum of RGB (Red+Green+Blue) = 112+36+175=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #7024AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7024AF is #8FDB50. Grayscale: #4A4A4A. Windows color (decimal): -9427793 or 11478128. OLE color: 11478128.
HSL color Cylindrical-coordinate representation of color #7024AF: hue angle of 272.81º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7024AF is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 36 | 175 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.31 |
| HSL | 272.81º | 0.66% | 0.41% | - |
| HSV(B) | 272.81º | 0.79% | 0.69% | - |
| XYZ | 15.05 | 7.8 | 41.27 | - |
| YUV | 74.57 | 184.68 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 175 | 0.36 | 0.79 | 0 | 0.31 | 272.81 | 0.66 | 0.41 |
| Hex | 70 | 24 | AF | 24 | 4F | 0 | 1F | 111 | 42 | 29 |
| Octal | 160 | 44 | 257 | 44 | 117 | 0 | 37 | 421 | 102 | 51 |
| Binary | 1110000 | 100100 | 10101111 | 100100 | 1001111 | 0 | 11111 | 100010001 | 1000010 | 101001 |
Color Harmonies of #7024AF
Complementary color
Monochromatic Colors of #7024AF
Black with #7024AF
Text Example
Text Example
White with #7024AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7024AF; }
p { color: rgb(112,36,175); }
H1.HeaderClassName
{
color: #7024AF;
}
.AnyTagClassName
{
color: #7024AF;
}
</style>
background-color css
<style>
a { background-color: #7024AF; }
a { background-color: rgb(112,36,175); }
div.DivClassName
{
background-color: #7024AF;
}
.BgClassName
{
background-color: #7024AF;
}
</style>
border-color css
<style>
span { border-color: #7024AF; }
span { border-color: rgb(112,36,175); }
td.TdClassName
{
border-color: #7024AF;
}
.TagClassName
{
border-color: #7024AF;
}
</style>