Shades of Purple Heart #700EC3
Tints of Purple Heart #700EC3
RGB
CMYK
RGB Variations
Color information
#700EC3 (or 0x700EC3) is known color: Purple Heart. HEX triplet: 70, 0E and C3. RGB value is (112,14,195). Sum of RGB (Red+Green+Blue) = 112+14+195=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 195 (76.56% from 255 or 60.75% from 321); Max value from RGB is 195 - color contains mainly: blue. Hex color #700EC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700EC3 is #8FF13C. Grayscale: #3F3F3F. Windows color (decimal): -9433405 or 12783216. OLE color: 12783216.
HSL color Cylindrical-coordinate representation of color #700EC3: hue angle of 272.49º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700EC3 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 14 | 195 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.24 |
| HSL | 272.49º | 0.87% | 0.41% | - |
| HSV(B) | 272.49º | 0.93% | 0.76% | - |
| XYZ | 16.69 | 7.7 | 52.24 | - |
| YUV | 63.94 | 201.97 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 195 | 0.43 | 0.93 | 0 | 0.24 | 272.49 | 0.87 | 0.41 |
| Hex | 70 | E | C3 | 2B | 5D | 0 | 18 | 110 | 57 | 29 |
| Octal | 160 | 16 | 303 | 53 | 135 | 0 | 30 | 420 | 127 | 51 |
| Binary | 1110000 | 1110 | 11000011 | 101011 | 1011101 | 0 | 11000 | 100010000 | 1010111 | 101001 |
Color Harmonies of #700EC3
Complementary color
Monochromatic Colors of #700EC3
Black with #700EC3
Text Example
Text Example
White with #700EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700EC3; }
p { color: rgb(112,14,195); }
H1.HeaderClassName
{
color: #700EC3;
}
.AnyTagClassName
{
color: #700EC3;
}
</style>
background-color css
<style>
a { background-color: #700EC3; }
a { background-color: rgb(112,14,195); }
div.DivClassName
{
background-color: #700EC3;
}
.BgClassName
{
background-color: #700EC3;
}
</style>
border-color css
<style>
span { border-color: #700EC3; }
span { border-color: rgb(112,14,195); }
td.TdClassName
{
border-color: #700EC3;
}
.TagClassName
{
border-color: #700EC3;
}
</style>