Shades of Purple Heart #701ECA
Tints of Purple Heart #701ECA
RGB
CMYK
RGB Variations
Color information
#701ECA (or 0x701ECA) is known color: Purple Heart. HEX triplet: 70, 1E and CA. RGB value is (112,30,202). Sum of RGB (Red+Green+Blue) = 112+30+202=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #701ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701ECA is #8FE135. Grayscale: #494949. Windows color (decimal): -9429302 or 13246064. OLE color: 13246064.
HSL color Cylindrical-coordinate representation of color #701ECA: hue angle of 268.6º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701ECA is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 30 | 202 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.21 |
| HSL | 268.6º | 0.74% | 0.45% | - |
| HSV(B) | 268.6º | 0.85% | 0.79% | - |
| XYZ | 17.81 | 8.64 | 56.61 | - |
| YUV | 74.13 | 200.17 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 202 | 0.45 | 0.85 | 0 | 0.21 | 268.6 | 0.74 | 0.45 |
| Hex | 70 | 1E | CA | 2D | 55 | 0 | 15 | 10D | 4A | 2D |
| Octal | 160 | 36 | 312 | 55 | 125 | 0 | 25 | 415 | 112 | 55 |
| Binary | 1110000 | 11110 | 11001010 | 101101 | 1010101 | 0 | 10101 | 100001101 | 1001010 | 101101 |
Color Harmonies of #701ECA
Complementary color
Monochromatic Colors of #701ECA
Black with #701ECA
Text Example
Text Example
White with #701ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701ECA; }
p { color: rgb(112,30,202); }
H1.HeaderClassName
{
color: #701ECA;
}
.AnyTagClassName
{
color: #701ECA;
}
</style>
background-color css
<style>
a { background-color: #701ECA; }
a { background-color: rgb(112,30,202); }
div.DivClassName
{
background-color: #701ECA;
}
.BgClassName
{
background-color: #701ECA;
}
</style>
border-color css
<style>
span { border-color: #701ECA; }
span { border-color: rgb(112,30,202); }
td.TdClassName
{
border-color: #701ECA;
}
.TagClassName
{
border-color: #701ECA;
}
</style>