Shades of Purple Heart #703EDB
Tints of Purple Heart #703EDB
RGB
CMYK
RGB Variations
Color information
#703EDB (or 0x703EDB) is known color: Purple Heart. HEX triplet: 70, 3E and DB. RGB value is (112,62,219). Sum of RGB (Red+Green+Blue) = 112+62+219=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #703EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703EDB is #8FC124. Grayscale: #5E5E5E. Windows color (decimal): -9421093 or 14368368. OLE color: 14368368.
HSL color Cylindrical-coordinate representation of color #703EDB: hue angle of 259.11º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703EDB is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 62 | 219 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.14 |
| HSL | 259.11º | 0.69% | 0.55% | - |
| HSV(B) | 259.11º | 0.72% | 0.86% | - |
| XYZ | 21.19 | 12 | 68.22 | - |
| YUV | 94.85 | 198.07 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 219 | 0.49 | 0.72 | 0 | 0.14 | 259.11 | 0.69 | 0.55 |
| Hex | 70 | 3E | DB | 31 | 48 | 0 | E | 103 | 45 | 37 |
| Octal | 160 | 76 | 333 | 61 | 110 | 0 | 16 | 403 | 105 | 67 |
| Binary | 1110000 | 111110 | 11011011 | 110001 | 1001000 | 0 | 1110 | 100000011 | 1000101 | 110111 |
Color Harmonies of #703EDB
Complementary color
Monochromatic Colors of #703EDB
Black with #703EDB
Text Example
Text Example
White with #703EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703EDB; }
p { color: rgb(112,62,219); }
H1.HeaderClassName
{
color: #703EDB;
}
.AnyTagClassName
{
color: #703EDB;
}
</style>
background-color css
<style>
a { background-color: #703EDB; }
a { background-color: rgb(112,62,219); }
div.DivClassName
{
background-color: #703EDB;
}
.BgClassName
{
background-color: #703EDB;
}
</style>
border-color css
<style>
span { border-color: #703EDB; }
span { border-color: rgb(112,62,219); }
td.TdClassName
{
border-color: #703EDB;
}
.TagClassName
{
border-color: #703EDB;
}
</style>