Shades of Purple Heart #7024C6
Tints of Purple Heart #7024C6
RGB
CMYK
RGB Variations
Color information
#7024C6 (or 0x7024C6) is known color: Purple Heart. HEX triplet: 70, 24 and C6. RGB value is (112,36,198). Sum of RGB (Red+Green+Blue) = 112+36+198=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 198 (77.73% from 255 or 57.23% from 346); Max value from RGB is 198 - color contains mainly: blue. Hex color #7024C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7024C6 is #8FDB39. Grayscale: #4C4C4C. Windows color (decimal): -9427770 or 12985456. OLE color: 12985456.
HSL color Cylindrical-coordinate representation of color #7024C6: hue angle of 268.15º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7024C6 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 36 | 198 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.22 |
| HSL | 268.15º | 0.69% | 0.46% | - |
| HSV(B) | 268.15º | 0.82% | 0.78% | - |
| XYZ | 17.51 | 8.78 | 54.2 | - |
| YUV | 77.19 | 196.18 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 198 | 0.43 | 0.82 | 0 | 0.22 | 268.15 | 0.69 | 0.46 |
| Hex | 70 | 24 | C6 | 2B | 52 | 0 | 16 | 10C | 45 | 2E |
| Octal | 160 | 44 | 306 | 53 | 122 | 0 | 26 | 414 | 105 | 56 |
| Binary | 1110000 | 100100 | 11000110 | 101011 | 1010010 | 0 | 10110 | 100001100 | 1000101 | 101110 |
Color Harmonies of #7024C6
Complementary color
Monochromatic Colors of #7024C6
Black with #7024C6
Text Example
Text Example
White with #7024C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7024C6; }
p { color: rgb(112,36,198); }
H1.HeaderClassName
{
color: #7024C6;
}
.AnyTagClassName
{
color: #7024C6;
}
</style>
background-color css
<style>
a { background-color: #7024C6; }
a { background-color: rgb(112,36,198); }
div.DivClassName
{
background-color: #7024C6;
}
.BgClassName
{
background-color: #7024C6;
}
</style>
border-color css
<style>
span { border-color: #7024C6; }
span { border-color: rgb(112,36,198); }
td.TdClassName
{
border-color: #7024C6;
}
.TagClassName
{
border-color: #7024C6;
}
</style>