Shades of Purple Heart #703ED1
Tints of Purple Heart #703ED1
RGB
CMYK
RGB Variations
Color information
#703ED1 (or 0x703ED1) is known color: Purple Heart. HEX triplet: 70, 3E and D1. RGB value is (112,62,209). Sum of RGB (Red+Green+Blue) = 112+62+209=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 209 (82.03% from 255 or 54.57% from 383); Max value from RGB is 209 - color contains mainly: blue. Hex color #703ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ED1 is #8FC12E. Grayscale: #5D5D5D. Windows color (decimal): -9421103 or 13713008. OLE color: 13713008.
HSL color Cylindrical-coordinate representation of color #703ED1: hue angle of 260.41º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #703ED1 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 62 | 209 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.18 |
| HSL | 260.41º | 0.62% | 0.53% | - |
| HSV(B) | 260.41º | 0.7% | 0.82% | - |
| XYZ | 19.91 | 11.49 | 61.49 | - |
| YUV | 93.71 | 193.07 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 209 | 0.46 | 0.70 | 0 | 0.18 | 260.41 | 0.62 | 0.53 |
| Hex | 70 | 3E | D1 | 2E | 46 | 0 | 12 | 104 | 3E | 35 |
| Octal | 160 | 76 | 321 | 56 | 106 | 0 | 22 | 404 | 76 | 65 |
| Binary | 1110000 | 111110 | 11010001 | 101110 | 1000110 | 0 | 10010 | 100000100 | 111110 | 110101 |
Color Harmonies of #703ED1
Complementary color
Monochromatic Colors of #703ED1
Black with #703ED1
Text Example
Text Example
White with #703ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703ED1; }
p { color: rgb(112,62,209); }
H1.HeaderClassName
{
color: #703ED1;
}
.AnyTagClassName
{
color: #703ED1;
}
</style>
background-color css
<style>
a { background-color: #703ED1; }
a { background-color: rgb(112,62,209); }
div.DivClassName
{
background-color: #703ED1;
}
.BgClassName
{
background-color: #703ED1;
}
</style>
border-color css
<style>
span { border-color: #703ED1; }
span { border-color: rgb(112,62,209); }
td.TdClassName
{
border-color: #703ED1;
}
.TagClassName
{
border-color: #703ED1;
}
</style>