Shades of Purple Heart #7042CC
Tints of Purple Heart #7042CC
RGB
CMYK
RGB Variations
Color information
#7042CC (or 0x7042CC) is known color: Purple Heart. HEX triplet: 70, 42 and CC. RGB value is (112,66,204). Sum of RGB (Red+Green+Blue) = 112+66+204=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #7042CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7042CC is #8FBD33. Grayscale: #5E5E5E. Windows color (decimal): -9420084 or 13386352. OLE color: 13386352.
HSL color Cylindrical-coordinate representation of color #7042CC: hue angle of 260º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7042CC is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 66 | 204 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.2 |
| HSL | 260º | 0.58% | 0.53% | - |
| HSV(B) | 260º | 0.68% | 0.8% | - |
| XYZ | 19.53 | 11.7 | 58.36 | - |
| YUV | 95.49 | 189.24 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 204 | 0.45 | 0.68 | 0 | 0.2 | 260 | 0.58 | 0.53 |
| Hex | 70 | 42 | CC | 2D | 44 | 0 | 14 | 104 | 3A | 35 |
| Octal | 160 | 102 | 314 | 55 | 104 | 0 | 24 | 404 | 72 | 65 |
| Binary | 1110000 | 1000010 | 11001100 | 101101 | 1000100 | 0 | 10100 | 100000100 | 111010 | 110101 |
Color Harmonies of #7042CC
Complementary color
Monochromatic Colors of #7042CC
Black with #7042CC
Text Example
Text Example
White with #7042CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7042CC; }
p { color: rgb(112,66,204); }
H1.HeaderClassName
{
color: #7042CC;
}
.AnyTagClassName
{
color: #7042CC;
}
</style>
background-color css
<style>
a { background-color: #7042CC; }
a { background-color: rgb(112,66,204); }
div.DivClassName
{
background-color: #7042CC;
}
.BgClassName
{
background-color: #7042CC;
}
</style>
border-color css
<style>
span { border-color: #7042CC; }
span { border-color: rgb(112,66,204); }
td.TdClassName
{
border-color: #7042CC;
}
.TagClassName
{
border-color: #7042CC;
}
</style>