Shades of Purple Heart #7039CE
Tints of Purple Heart #7039CE
RGB
CMYK
RGB Variations
Color information
#7039CE (or 0x7039CE) is known color: Purple Heart. HEX triplet: 70, 39 and CE. RGB value is (112,57,206). Sum of RGB (Red+Green+Blue) = 112+57+206=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #7039CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7039CE is #8FC631. Grayscale: #595959. Windows color (decimal): -9422386 or 13515120. OLE color: 13515120.
HSL color Cylindrical-coordinate representation of color #7039CE: hue angle of 262.15º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7039CE is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 57 | 206 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.19 |
| HSL | 262.15º | 0.6% | 0.52% | - |
| HSV(B) | 262.15º | 0.72% | 0.81% | - |
| XYZ | 19.29 | 10.83 | 59.47 | - |
| YUV | 90.43 | 193.22 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 206 | 0.46 | 0.72 | 0 | 0.19 | 262.15 | 0.6 | 0.52 |
| Hex | 70 | 39 | CE | 2E | 48 | 0 | 13 | 106 | 3C | 34 |
| Octal | 160 | 71 | 316 | 56 | 110 | 0 | 23 | 406 | 74 | 64 |
| Binary | 1110000 | 111001 | 11001110 | 101110 | 1001000 | 0 | 10011 | 100000110 | 111100 | 110100 |
Color Harmonies of #7039CE
Complementary color
Monochromatic Colors of #7039CE
Black with #7039CE
Text Example
Text Example
White with #7039CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7039CE; }
p { color: rgb(112,57,206); }
H1.HeaderClassName
{
color: #7039CE;
}
.AnyTagClassName
{
color: #7039CE;
}
</style>
background-color css
<style>
a { background-color: #7039CE; }
a { background-color: rgb(112,57,206); }
div.DivClassName
{
background-color: #7039CE;
}
.BgClassName
{
background-color: #7039CE;
}
</style>
border-color css
<style>
span { border-color: #7039CE; }
span { border-color: rgb(112,57,206); }
td.TdClassName
{
border-color: #7039CE;
}
.TagClassName
{
border-color: #7039CE;
}
</style>