Shades of Purple Heart #7024D9
Tints of Purple Heart #7024D9
RGB
CMYK
RGB Variations
Color information
#7024D9 (or 0x7024D9) is known color: Purple Heart. HEX triplet: 70, 24 and D9. RGB value is (112,36,217). Sum of RGB (Red+Green+Blue) = 112+36+217=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 217 (85.16% from 255 or 59.45% from 365); Max value from RGB is 217 - color contains mainly: blue. Hex color #7024D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7024D9 is #8FDB26. Grayscale: #4E4E4E. Windows color (decimal): -9427751 or 14230640. OLE color: 14230640.
HSL color Cylindrical-coordinate representation of color #7024D9: hue angle of 265.19º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7024D9 is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 36 | 217 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.15 |
| HSL | 265.19º | 0.72% | 0.5% | - |
| HSV(B) | 265.19º | 0.83% | 0.85% | - |
| XYZ | 19.84 | 9.72 | 66.48 | - |
| YUV | 79.36 | 205.68 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 217 | 0.48 | 0.83 | 0 | 0.15 | 265.19 | 0.72 | 0.5 |
| Hex | 70 | 24 | D9 | 30 | 53 | 0 | F | 109 | 48 | 32 |
| Octal | 160 | 44 | 331 | 60 | 123 | 0 | 17 | 411 | 110 | 62 |
| Binary | 1110000 | 100100 | 11011001 | 110000 | 1010011 | 0 | 1111 | 100001001 | 1001000 | 110010 |
Color Harmonies of #7024D9
Complementary color
Monochromatic Colors of #7024D9
Black with #7024D9
Text Example
Text Example
White with #7024D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7024D9; }
p { color: rgb(112,36,217); }
H1.HeaderClassName
{
color: #7024D9;
}
.AnyTagClassName
{
color: #7024D9;
}
</style>
background-color css
<style>
a { background-color: #7024D9; }
a { background-color: rgb(112,36,217); }
div.DivClassName
{
background-color: #7024D9;
}
.BgClassName
{
background-color: #7024D9;
}
</style>
border-color css
<style>
span { border-color: #7024D9; }
span { border-color: rgb(112,36,217); }
td.TdClassName
{
border-color: #7024D9;
}
.TagClassName
{
border-color: #7024D9;
}
</style>