Shades of Purple Heart #701ECF
Tints of Purple Heart #701ECF
RGB
CMYK
RGB Variations
Color information
#701ECF (or 0x701ECF) is known color: Purple Heart. HEX triplet: 70, 1E and CF. RGB value is (112,30,207). Sum of RGB (Red+Green+Blue) = 112+30+207=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #701ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701ECF is #8FE130. Grayscale: #4A4A4A. Windows color (decimal): -9429297 or 13573744. OLE color: 13573744.
HSL color Cylindrical-coordinate representation of color #701ECF: hue angle of 267.8º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701ECF is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 30 | 207 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.19 |
| HSL | 267.8º | 0.75% | 0.46% | - |
| HSV(B) | 267.8º | 0.86% | 0.81% | - |
| XYZ | 18.41 | 8.88 | 59.77 | - |
| YUV | 74.7 | 202.67 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 207 | 0.46 | 0.86 | 0 | 0.19 | 267.8 | 0.75 | 0.46 |
| Hex | 70 | 1E | CF | 2E | 56 | 0 | 13 | 10C | 4B | 2E |
| Octal | 160 | 36 | 317 | 56 | 126 | 0 | 23 | 414 | 113 | 56 |
| Binary | 1110000 | 11110 | 11001111 | 101110 | 1010110 | 0 | 10011 | 100001100 | 1001011 | 101110 |
Color Harmonies of #701ECF
Complementary color
Monochromatic Colors of #701ECF
Black with #701ECF
Text Example
Text Example
White with #701ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701ECF; }
p { color: rgb(112,30,207); }
H1.HeaderClassName
{
color: #701ECF;
}
.AnyTagClassName
{
color: #701ECF;
}
</style>
background-color css
<style>
a { background-color: #701ECF; }
a { background-color: rgb(112,30,207); }
div.DivClassName
{
background-color: #701ECF;
}
.BgClassName
{
background-color: #701ECF;
}
</style>
border-color css
<style>
span { border-color: #701ECF; }
span { border-color: rgb(112,30,207); }
td.TdClassName
{
border-color: #701ECF;
}
.TagClassName
{
border-color: #701ECF;
}
</style>