Shades of Purple Heart #701EC7
Tints of Purple Heart #701EC7
RGB
CMYK
RGB Variations
Color information
#701EC7 (or 0x701EC7) is known color: Purple Heart. HEX triplet: 70, 1E and C7. RGB value is (112,30,199). Sum of RGB (Red+Green+Blue) = 112+30+199=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 199 (78.12% from 255 or 58.36% from 341); Max value from RGB is 199 - color contains mainly: blue. Hex color #701EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701EC7 is #8FE138. Grayscale: #494949. Windows color (decimal): -9429305 or 13049456. OLE color: 13049456.
HSL color Cylindrical-coordinate representation of color #701EC7: hue angle of 269.11º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701EC7 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 30 | 199 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.22 |
| HSL | 269.11º | 0.74% | 0.45% | - |
| HSV(B) | 269.11º | 0.85% | 0.78% | - |
| XYZ | 17.46 | 8.5 | 54.75 | - |
| YUV | 73.78 | 198.67 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 199 | 0.44 | 0.85 | 0 | 0.22 | 269.11 | 0.74 | 0.45 |
| Hex | 70 | 1E | C7 | 2C | 55 | 0 | 16 | 10D | 4A | 2D |
| Octal | 160 | 36 | 307 | 54 | 125 | 0 | 26 | 415 | 112 | 55 |
| Binary | 1110000 | 11110 | 11000111 | 101100 | 1010101 | 0 | 10110 | 100001101 | 1001010 | 101101 |
Color Harmonies of #701EC7
Complementary color
Monochromatic Colors of #701EC7
Black with #701EC7
Text Example
Text Example
White with #701EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701EC7; }
p { color: rgb(112,30,199); }
H1.HeaderClassName
{
color: #701EC7;
}
.AnyTagClassName
{
color: #701EC7;
}
</style>
background-color css
<style>
a { background-color: #701EC7; }
a { background-color: rgb(112,30,199); }
div.DivClassName
{
background-color: #701EC7;
}
.BgClassName
{
background-color: #701EC7;
}
</style>
border-color css
<style>
span { border-color: #701EC7; }
span { border-color: rgb(112,30,199); }
td.TdClassName
{
border-color: #701EC7;
}
.TagClassName
{
border-color: #701EC7;
}
</style>