Shades of Purple Heart #700ED2
Tints of Purple Heart #700ED2
RGB
CMYK
RGB Variations
Color information
#700ED2 (or 0x700ED2) is known color: Purple Heart. HEX triplet: 70, 0E and D2. RGB value is (112,14,210). Sum of RGB (Red+Green+Blue) = 112+14+210=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 210 (82.42% from 255 or 62.5% from 336); Max value from RGB is 210 - color contains mainly: blue. Hex color #700ED2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700ED2 is #8FF12D. Grayscale: #404040. Windows color (decimal): -9433390 or 13766256. OLE color: 13766256.
HSL color Cylindrical-coordinate representation of color #700ED2: hue angle of 270º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700ED2 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 14 | 210 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.18 |
| HSL | 270º | 0.88% | 0.44% | - |
| HSV(B) | 270º | 0.93% | 0.82% | - |
| XYZ | 18.47 | 8.41 | 61.62 | - |
| YUV | 65.65 | 209.47 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 210 | 0.47 | 0.93 | 0 | 0.18 | 270 | 0.88 | 0.44 |
| Hex | 70 | E | D2 | 2F | 5D | 0 | 12 | 10E | 58 | 2C |
| Octal | 160 | 16 | 322 | 57 | 135 | 0 | 22 | 416 | 130 | 54 |
| Binary | 1110000 | 1110 | 11010010 | 101111 | 1011101 | 0 | 10010 | 100001110 | 1011000 | 101100 |
Color Harmonies of #700ED2
Complementary color
Monochromatic Colors of #700ED2
Black with #700ED2
Text Example
Text Example
White with #700ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700ED2; }
p { color: rgb(112,14,210); }
H1.HeaderClassName
{
color: #700ED2;
}
.AnyTagClassName
{
color: #700ED2;
}
</style>
background-color css
<style>
a { background-color: #700ED2; }
a { background-color: rgb(112,14,210); }
div.DivClassName
{
background-color: #700ED2;
}
.BgClassName
{
background-color: #700ED2;
}
</style>
border-color css
<style>
span { border-color: #700ED2; }
span { border-color: rgb(112,14,210); }
td.TdClassName
{
border-color: #700ED2;
}
.TagClassName
{
border-color: #700ED2;
}
</style>