Shades of Purple Heart #703EDE
Tints of Purple Heart #703EDE
RGB
CMYK
RGB Variations
Color information
#703EDE (or 0x703EDE) is known color: Purple Heart. HEX triplet: 70, 3E and DE. RGB value is (112,62,222). Sum of RGB (Red+Green+Blue) = 112+62+222=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #703EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703EDE is #8FC121. Grayscale: #5E5E5E. Windows color (decimal): -9421090 or 14564976. OLE color: 14564976.
HSL color Cylindrical-coordinate representation of color #703EDE: hue angle of 258.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703EDE is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 62 | 222 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.13 |
| HSL | 258.75º | 0.71% | 0.56% | - |
| HSV(B) | 258.75º | 0.72% | 0.87% | - |
| XYZ | 21.59 | 12.16 | 70.32 | - |
| YUV | 95.19 | 199.57 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 222 | 0.50 | 0.72 | 0 | 0.13 | 258.75 | 0.71 | 0.56 |
| Hex | 70 | 3E | DE | 32 | 48 | 0 | D | 103 | 47 | 38 |
| Octal | 160 | 76 | 336 | 62 | 110 | 0 | 15 | 403 | 107 | 70 |
| Binary | 1110000 | 111110 | 11011110 | 110010 | 1001000 | 0 | 1101 | 100000011 | 1000111 | 111000 |
Color Harmonies of #703EDE
Complementary color
Monochromatic Colors of #703EDE
Black with #703EDE
Text Example
Text Example
White with #703EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703EDE; }
p { color: rgb(112,62,222); }
H1.HeaderClassName
{
color: #703EDE;
}
.AnyTagClassName
{
color: #703EDE;
}
</style>
background-color css
<style>
a { background-color: #703EDE; }
a { background-color: rgb(112,62,222); }
div.DivClassName
{
background-color: #703EDE;
}
.BgClassName
{
background-color: #703EDE;
}
</style>
border-color css
<style>
span { border-color: #703EDE; }
span { border-color: rgb(112,62,222); }
td.TdClassName
{
border-color: #703EDE;
}
.TagClassName
{
border-color: #703EDE;
}
</style>