Shades of Purple Heart #700EBB
Tints of Purple Heart #700EBB
RGB
CMYK
RGB Variations
Color information
#700EBB (or 0x700EBB) is known color: Purple Heart. HEX triplet: 70, 0E and BB. RGB value is (112,14,187). Sum of RGB (Red+Green+Blue) = 112+14+187=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #700EBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700EBB is #8FF144. Grayscale: #3E3E3E. Windows color (decimal): -9433413 or 12258928. OLE color: 12258928.
HSL color Cylindrical-coordinate representation of color #700EBB: hue angle of 273.99º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700EBB is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 14 | 187 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.27 |
| HSL | 273.99º | 0.86% | 0.39% | - |
| HSV(B) | 273.99º | 0.93% | 0.73% | - |
| XYZ | 15.81 | 7.35 | 47.6 | - |
| YUV | 63.02 | 197.97 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 187 | 0.40 | 0.93 | 0 | 0.27 | 273.99 | 0.86 | 0.39 |
| Hex | 70 | E | BB | 28 | 5D | 0 | 1B | 112 | 56 | 27 |
| Octal | 160 | 16 | 273 | 50 | 135 | 0 | 33 | 422 | 126 | 47 |
| Binary | 1110000 | 1110 | 10111011 | 101000 | 1011101 | 0 | 11011 | 100010010 | 1010110 | 100111 |
Color Harmonies of #700EBB
Complementary color
Monochromatic Colors of #700EBB
Black with #700EBB
Text Example
Text Example
White with #700EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700EBB; }
p { color: rgb(112,14,187); }
H1.HeaderClassName
{
color: #700EBB;
}
.AnyTagClassName
{
color: #700EBB;
}
</style>
background-color css
<style>
a { background-color: #700EBB; }
a { background-color: rgb(112,14,187); }
div.DivClassName
{
background-color: #700EBB;
}
.BgClassName
{
background-color: #700EBB;
}
</style>
border-color css
<style>
span { border-color: #700EBB; }
span { border-color: rgb(112,14,187); }
td.TdClassName
{
border-color: #700EBB;
}
.TagClassName
{
border-color: #700EBB;
}
</style>