Shades of Purple Heart #703EDC
Tints of Purple Heart #703EDC
RGB
CMYK
RGB Variations
Color information
#703EDC (or 0x703EDC) is known color: Purple Heart. HEX triplet: 70, 3E and DC. RGB value is (112,62,220). Sum of RGB (Red+Green+Blue) = 112+62+220=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #703EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703EDC is #8FC123. Grayscale: #5E5E5E. Windows color (decimal): -9421092 or 14433904. OLE color: 14433904.
HSL color Cylindrical-coordinate representation of color #703EDC: hue angle of 258.99º 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 #703EDC is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 62 | 220 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.14 |
| HSL | 258.99º | 0.69% | 0.55% | - |
| HSV(B) | 258.99º | 0.72% | 0.86% | - |
| XYZ | 21.32 | 12.06 | 68.91 | - |
| YUV | 94.96 | 198.57 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 220 | 0.49 | 0.72 | 0 | 0.14 | 258.99 | 0.69 | 0.55 |
| Hex | 70 | 3E | DC | 31 | 48 | 0 | E | 103 | 45 | 37 |
| Octal | 160 | 76 | 334 | 61 | 110 | 0 | 16 | 403 | 105 | 67 |
| Binary | 1110000 | 111110 | 11011100 | 110001 | 1001000 | 0 | 1110 | 100000011 | 1000101 | 110111 |
Color Harmonies of #703EDC
Complementary color
Monochromatic Colors of #703EDC
Black with #703EDC
Text Example
Text Example
White with #703EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703EDC; }
p { color: rgb(112,62,220); }
H1.HeaderClassName
{
color: #703EDC;
}
.AnyTagClassName
{
color: #703EDC;
}
</style>
background-color css
<style>
a { background-color: #703EDC; }
a { background-color: rgb(112,62,220); }
div.DivClassName
{
background-color: #703EDC;
}
.BgClassName
{
background-color: #703EDC;
}
</style>
border-color css
<style>
span { border-color: #703EDC; }
span { border-color: rgb(112,62,220); }
td.TdClassName
{
border-color: #703EDC;
}
.TagClassName
{
border-color: #703EDC;
}
</style>