Shades of Purple Heart #701EC9
Tints of Purple Heart #701EC9
RGB
CMYK
RGB Variations
Color information
#701EC9 (or 0x701EC9) is known color: Purple Heart. HEX triplet: 70, 1E and C9. RGB value is (112,30,201). Sum of RGB (Red+Green+Blue) = 112+30+201=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 201 (78.91% from 255 or 58.60% from 343); Max value from RGB is 201 - color contains mainly: blue. Hex color #701EC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701EC9 is #8FE136. Grayscale: #494949. Windows color (decimal): -9429303 or 13180528. OLE color: 13180528.
HSL color Cylindrical-coordinate representation of color #701EC9: hue angle of 268.77º 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 #701EC9 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 30 | 201 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.21 |
| HSL | 268.77º | 0.74% | 0.45% | - |
| HSV(B) | 268.77º | 0.85% | 0.79% | - |
| XYZ | 17.69 | 8.59 | 55.98 | - |
| YUV | 74.01 | 199.67 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 201 | 0.44 | 0.85 | 0 | 0.21 | 268.77 | 0.74 | 0.45 |
| Hex | 70 | 1E | C9 | 2C | 55 | 0 | 15 | 10D | 4A | 2D |
| Octal | 160 | 36 | 311 | 54 | 125 | 0 | 25 | 415 | 112 | 55 |
| Binary | 1110000 | 11110 | 11001001 | 101100 | 1010101 | 0 | 10101 | 100001101 | 1001010 | 101101 |
Color Harmonies of #701EC9
Complementary color
Monochromatic Colors of #701EC9
Black with #701EC9
Text Example
Text Example
White with #701EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701EC9; }
p { color: rgb(112,30,201); }
H1.HeaderClassName
{
color: #701EC9;
}
.AnyTagClassName
{
color: #701EC9;
}
</style>
background-color css
<style>
a { background-color: #701EC9; }
a { background-color: rgb(112,30,201); }
div.DivClassName
{
background-color: #701EC9;
}
.BgClassName
{
background-color: #701EC9;
}
</style>
border-color css
<style>
span { border-color: #701EC9; }
span { border-color: rgb(112,30,201); }
td.TdClassName
{
border-color: #701EC9;
}
.TagClassName
{
border-color: #701EC9;
}
</style>