Shades of Purple Heart #701ECC
Tints of Purple Heart #701ECC
RGB
CMYK
RGB Variations
Color information
#701ECC (or 0x701ECC) is known color: Purple Heart. HEX triplet: 70, 1E and CC. RGB value is (112,30,204). Sum of RGB (Red+Green+Blue) = 112+30+204=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #701ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701ECC is #8FE133. Grayscale: #494949. Windows color (decimal): -9429300 or 13377136. OLE color: 13377136.
HSL color Cylindrical-coordinate representation of color #701ECC: hue angle of 268.28º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701ECC is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 30 | 204 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.2 |
| HSL | 268.28º | 0.74% | 0.46% | - |
| HSV(B) | 268.28º | 0.85% | 0.8% | - |
| XYZ | 18.05 | 8.73 | 57.86 | - |
| YUV | 74.35 | 201.17 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 204 | 0.45 | 0.85 | 0 | 0.2 | 268.28 | 0.74 | 0.46 |
| Hex | 70 | 1E | CC | 2D | 55 | 0 | 14 | 10C | 4A | 2E |
| Octal | 160 | 36 | 314 | 55 | 125 | 0 | 24 | 414 | 112 | 56 |
| Binary | 1110000 | 11110 | 11001100 | 101101 | 1010101 | 0 | 10100 | 100001100 | 1001010 | 101110 |
Color Harmonies of #701ECC
Complementary color
Monochromatic Colors of #701ECC
Black with #701ECC
Text Example
Text Example
White with #701ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701ECC; }
p { color: rgb(112,30,204); }
H1.HeaderClassName
{
color: #701ECC;
}
.AnyTagClassName
{
color: #701ECC;
}
</style>
background-color css
<style>
a { background-color: #701ECC; }
a { background-color: rgb(112,30,204); }
div.DivClassName
{
background-color: #701ECC;
}
.BgClassName
{
background-color: #701ECC;
}
</style>
border-color css
<style>
span { border-color: #701ECC; }
span { border-color: rgb(112,30,204); }
td.TdClassName
{
border-color: #701ECC;
}
.TagClassName
{
border-color: #701ECC;
}
</style>