Shades of Purple Heart #7039C2
Tints of Purple Heart #7039C2
RGB
CMYK
RGB Variations
Color information
#7039C2 (or 0x7039C2) is known color: Purple Heart. HEX triplet: 70, 39 and C2. RGB value is (112,57,194). Sum of RGB (Red+Green+Blue) = 112+57+194=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 194 (76.17% from 255 or 53.44% from 363); Max value from RGB is 194 - color contains mainly: blue. Hex color #7039C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7039C2 is #8FC63D. Grayscale: #585858. Windows color (decimal): -9422398 or 12728688. OLE color: 12728688.
HSL color Cylindrical-coordinate representation of color #7039C2: hue angle of 264.09º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7039C2 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 57 | 194 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.24 |
| HSL | 264.09º | 0.55% | 0.49% | - |
| HSV(B) | 264.09º | 0.71% | 0.76% | - |
| XYZ | 17.88 | 10.27 | 52.08 | - |
| YUV | 89.06 | 187.22 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 194 | 0.42 | 0.71 | 0 | 0.24 | 264.09 | 0.55 | 0.49 |
| Hex | 70 | 39 | C2 | 2A | 47 | 0 | 18 | 108 | 37 | 31 |
| Octal | 160 | 71 | 302 | 52 | 107 | 0 | 30 | 410 | 67 | 61 |
| Binary | 1110000 | 111001 | 11000010 | 101010 | 1000111 | 0 | 11000 | 100001000 | 110111 | 110001 |
Color Harmonies of #7039C2
Complementary color
Monochromatic Colors of #7039C2
Black with #7039C2
Text Example
Text Example
White with #7039C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7039C2; }
p { color: rgb(112,57,194); }
H1.HeaderClassName
{
color: #7039C2;
}
.AnyTagClassName
{
color: #7039C2;
}
</style>
background-color css
<style>
a { background-color: #7039C2; }
a { background-color: rgb(112,57,194); }
div.DivClassName
{
background-color: #7039C2;
}
.BgClassName
{
background-color: #7039C2;
}
</style>
border-color css
<style>
span { border-color: #7039C2; }
span { border-color: rgb(112,57,194); }
td.TdClassName
{
border-color: #7039C2;
}
.TagClassName
{
border-color: #7039C2;
}
</style>