Shades of Purple Heart #703EDA
Tints of Purple Heart #703EDA
RGB
CMYK
RGB Variations
Color information
#703EDA (or 0x703EDA) is known color: Purple Heart. HEX triplet: 70, 3E and DA. RGB value is (112,62,218). Sum of RGB (Red+Green+Blue) = 112+62+218=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #703EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703EDA is #8FC125. Grayscale: #5E5E5E. Windows color (decimal): -9421094 or 14302832. OLE color: 14302832.
HSL color Cylindrical-coordinate representation of color #703EDA: hue angle of 259.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703EDA is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 62 | 218 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.15 |
| HSL | 259.23º | 0.68% | 0.55% | - |
| HSV(B) | 259.23º | 0.72% | 0.85% | - |
| XYZ | 21.06 | 11.95 | 67.53 | - |
| YUV | 94.73 | 197.57 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 218 | 0.49 | 0.72 | 0 | 0.15 | 259.23 | 0.68 | 0.55 |
| Hex | 70 | 3E | DA | 31 | 48 | 0 | F | 103 | 44 | 37 |
| Octal | 160 | 76 | 332 | 61 | 110 | 0 | 17 | 403 | 104 | 67 |
| Binary | 1110000 | 111110 | 11011010 | 110001 | 1001000 | 0 | 1111 | 100000011 | 1000100 | 110111 |
Color Harmonies of #703EDA
Complementary color
Monochromatic Colors of #703EDA
Black with #703EDA
Text Example
Text Example
White with #703EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703EDA; }
p { color: rgb(112,62,218); }
H1.HeaderClassName
{
color: #703EDA;
}
.AnyTagClassName
{
color: #703EDA;
}
</style>
background-color css
<style>
a { background-color: #703EDA; }
a { background-color: rgb(112,62,218); }
div.DivClassName
{
background-color: #703EDA;
}
.BgClassName
{
background-color: #703EDA;
}
</style>
border-color css
<style>
span { border-color: #703EDA; }
span { border-color: rgb(112,62,218); }
td.TdClassName
{
border-color: #703EDA;
}
.TagClassName
{
border-color: #703EDA;
}
</style>