Shades of Purple Heart #703ECB
Tints of Purple Heart #703ECB
RGB
CMYK
RGB Variations
Color information
#703ECB (or 0x703ECB) is known color: Purple Heart. HEX triplet: 70, 3E and CB. RGB value is (112,62,203). Sum of RGB (Red+Green+Blue) = 112+62+203=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #703ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ECB is #8FC134. Grayscale: #5C5C5C. Windows color (decimal): -9421109 or 13319792. OLE color: 13319792.
HSL color Cylindrical-coordinate representation of color #703ECB: hue angle of 261.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703ECB is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 62 | 203 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.20 |
| HSL | 261.28º | 0.58% | 0.52% | - |
| HSV(B) | 261.28º | 0.69% | 0.8% | - |
| XYZ | 19.18 | 11.2 | 57.65 | - |
| YUV | 93.02 | 190.07 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 203 | 0.45 | 0.69 | 0 | 0.20 | 261.28 | 0.58 | 0.52 |
| Hex | 70 | 3E | CB | 2D | 45 | 0 | 14 | 105 | 3A | 34 |
| Octal | 160 | 76 | 313 | 55 | 105 | 0 | 24 | 405 | 72 | 64 |
| Binary | 1110000 | 111110 | 11001011 | 101101 | 1000101 | 0 | 10100 | 100000101 | 111010 | 110100 |
Color Harmonies of #703ECB
Complementary color
Monochromatic Colors of #703ECB
Black with #703ECB
Text Example
Text Example
White with #703ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703ECB; }
p { color: rgb(112,62,203); }
H1.HeaderClassName
{
color: #703ECB;
}
.AnyTagClassName
{
color: #703ECB;
}
</style>
background-color css
<style>
a { background-color: #703ECB; }
a { background-color: rgb(112,62,203); }
div.DivClassName
{
background-color: #703ECB;
}
.BgClassName
{
background-color: #703ECB;
}
</style>
border-color css
<style>
span { border-color: #703ECB; }
span { border-color: rgb(112,62,203); }
td.TdClassName
{
border-color: #703ECB;
}
.TagClassName
{
border-color: #703ECB;
}
</style>