Shades of Purple Heart #701ECE
Tints of Purple Heart #701ECE
RGB
CMYK
RGB Variations
Color information
#701ECE (or 0x701ECE) is known color: Purple Heart. HEX triplet: 70, 1E and CE. RGB value is (112,30,206). Sum of RGB (Red+Green+Blue) = 112+30+206=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #701ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701ECE is #8FE131. Grayscale: #494949. Windows color (decimal): -9429298 or 13508208. OLE color: 13508208.
HSL color Cylindrical-coordinate representation of color #701ECE: hue angle of 267.95º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701ECE is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 30 | 206 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.19 |
| HSL | 267.95º | 0.75% | 0.46% | - |
| HSV(B) | 267.95º | 0.85% | 0.81% | - |
| XYZ | 18.29 | 8.83 | 59.13 | - |
| YUV | 74.58 | 202.17 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 206 | 0.46 | 0.85 | 0 | 0.19 | 267.95 | 0.75 | 0.46 |
| Hex | 70 | 1E | CE | 2E | 55 | 0 | 13 | 10C | 4B | 2E |
| Octal | 160 | 36 | 316 | 56 | 125 | 0 | 23 | 414 | 113 | 56 |
| Binary | 1110000 | 11110 | 11001110 | 101110 | 1010101 | 0 | 10011 | 100001100 | 1001011 | 101110 |
Color Harmonies of #701ECE
Complementary color
Monochromatic Colors of #701ECE
Black with #701ECE
Text Example
Text Example
White with #701ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701ECE; }
p { color: rgb(112,30,206); }
H1.HeaderClassName
{
color: #701ECE;
}
.AnyTagClassName
{
color: #701ECE;
}
</style>
background-color css
<style>
a { background-color: #701ECE; }
a { background-color: rgb(112,30,206); }
div.DivClassName
{
background-color: #701ECE;
}
.BgClassName
{
background-color: #701ECE;
}
</style>
border-color css
<style>
span { border-color: #701ECE; }
span { border-color: rgb(112,30,206); }
td.TdClassName
{
border-color: #701ECE;
}
.TagClassName
{
border-color: #701ECE;
}
</style>