Shades of Purple Heart #700EC8
Tints of Purple Heart #700EC8
RGB
CMYK
RGB Variations
Color information
#700EC8 (or 0x700EC8) is known color: Purple Heart. HEX triplet: 70, 0E and C8. RGB value is (112,14,200). Sum of RGB (Red+Green+Blue) = 112+14+200=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 200 (78.52% from 255 or 61.35% from 326); Max value from RGB is 200 - color contains mainly: blue. Hex color #700EC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700EC8 is #8FF137. Grayscale: #3F3F3F. Windows color (decimal): -9433400 or 13110896. OLE color: 13110896.
HSL color Cylindrical-coordinate representation of color #700EC8: hue angle of 271.61º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700EC8 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 14 | 200 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.22 |
| HSL | 271.61º | 0.87% | 0.42% | - |
| HSV(B) | 271.61º | 0.93% | 0.78% | - |
| XYZ | 17.26 | 7.93 | 55.26 | - |
| YUV | 64.51 | 204.47 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 200 | 0.44 | 0.93 | 0 | 0.22 | 271.61 | 0.87 | 0.42 |
| Hex | 70 | E | C8 | 2C | 5D | 0 | 16 | 110 | 57 | 2A |
| Octal | 160 | 16 | 310 | 54 | 135 | 0 | 26 | 420 | 127 | 52 |
| Binary | 1110000 | 1110 | 11001000 | 101100 | 1011101 | 0 | 10110 | 100010000 | 1010111 | 101010 |
Color Harmonies of #700EC8
Complementary color
Monochromatic Colors of #700EC8
Black with #700EC8
Text Example
Text Example
White with #700EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700EC8; }
p { color: rgb(112,14,200); }
H1.HeaderClassName
{
color: #700EC8;
}
.AnyTagClassName
{
color: #700EC8;
}
</style>
background-color css
<style>
a { background-color: #700EC8; }
a { background-color: rgb(112,14,200); }
div.DivClassName
{
background-color: #700EC8;
}
.BgClassName
{
background-color: #700EC8;
}
</style>
border-color css
<style>
span { border-color: #700EC8; }
span { border-color: rgb(112,14,200); }
td.TdClassName
{
border-color: #700EC8;
}
.TagClassName
{
border-color: #700EC8;
}
</style>