Shades of Purple Heart #701ECD
Tints of Purple Heart #701ECD
RGB
CMYK
RGB Variations
Color information
#701ECD (or 0x701ECD) is known color: Purple Heart. HEX triplet: 70, 1E and CD. RGB value is (112,30,205). Sum of RGB (Red+Green+Blue) = 112+30+205=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #701ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701ECD is #8FE132. Grayscale: #494949. Windows color (decimal): -9429299 or 13442672. OLE color: 13442672.
HSL color Cylindrical-coordinate representation of color #701ECD: hue angle of 268.11º 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 #701ECD is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 30 | 205 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.20 |
| HSL | 268.11º | 0.74% | 0.46% | - |
| HSV(B) | 268.11º | 0.85% | 0.8% | - |
| XYZ | 18.17 | 8.78 | 58.5 | - |
| YUV | 74.47 | 201.67 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 205 | 0.45 | 0.85 | 0 | 0.20 | 268.11 | 0.74 | 0.46 |
| Hex | 70 | 1E | CD | 2D | 55 | 0 | 14 | 10C | 4A | 2E |
| Octal | 160 | 36 | 315 | 55 | 125 | 0 | 24 | 414 | 112 | 56 |
| Binary | 1110000 | 11110 | 11001101 | 101101 | 1010101 | 0 | 10100 | 100001100 | 1001010 | 101110 |
Color Harmonies of #701ECD
Complementary color
Monochromatic Colors of #701ECD
Black with #701ECD
Text Example
Text Example
White with #701ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701ECD; }
p { color: rgb(112,30,205); }
H1.HeaderClassName
{
color: #701ECD;
}
.AnyTagClassName
{
color: #701ECD;
}
</style>
background-color css
<style>
a { background-color: #701ECD; }
a { background-color: rgb(112,30,205); }
div.DivClassName
{
background-color: #701ECD;
}
.BgClassName
{
background-color: #701ECD;
}
</style>
border-color css
<style>
span { border-color: #701ECD; }
span { border-color: rgb(112,30,205); }
td.TdClassName
{
border-color: #701ECD;
}
.TagClassName
{
border-color: #701ECD;
}
</style>