Shades of Purple Heart #703ACE
Tints of Purple Heart #703ACE
RGB
CMYK
RGB Variations
Color information
#703ACE (or 0x703ACE) is known color: Purple Heart. HEX triplet: 70, 3A and CE. RGB value is (112,58,206). Sum of RGB (Red+Green+Blue) = 112+58+206=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #703ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703ACE is #8FC531. Grayscale: #5A5A5A. Windows color (decimal): -9422130 or 13515376. OLE color: 13515376.
HSL color Cylindrical-coordinate representation of color #703ACE: hue angle of 261.89º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703ACE is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 58 | 206 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.19 |
| HSL | 261.89º | 0.6% | 0.52% | - |
| HSV(B) | 261.89º | 0.72% | 0.81% | - |
| XYZ | 19.34 | 10.93 | 59.48 | - |
| YUV | 91.02 | 192.89 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 58 | 206 | 0.46 | 0.72 | 0 | 0.19 | 261.89 | 0.6 | 0.52 |
| Hex | 70 | 3A | CE | 2E | 48 | 0 | 13 | 106 | 3C | 34 |
| Octal | 160 | 72 | 316 | 56 | 110 | 0 | 23 | 406 | 74 | 64 |
| Binary | 1110000 | 111010 | 11001110 | 101110 | 1001000 | 0 | 10011 | 100000110 | 111100 | 110100 |
Color Harmonies of #703ACE
Complementary color
Monochromatic Colors of #703ACE
Black with #703ACE
Text Example
Text Example
White with #703ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703ACE; }
p { color: rgb(112,58,206); }
H1.HeaderClassName
{
color: #703ACE;
}
.AnyTagClassName
{
color: #703ACE;
}
</style>
background-color css
<style>
a { background-color: #703ACE; }
a { background-color: rgb(112,58,206); }
div.DivClassName
{
background-color: #703ACE;
}
.BgClassName
{
background-color: #703ACE;
}
</style>
border-color css
<style>
span { border-color: #703ACE; }
span { border-color: rgb(112,58,206); }
td.TdClassName
{
border-color: #703ACE;
}
.TagClassName
{
border-color: #703ACE;
}
</style>