Shades of Purple Heart #703BCA
Tints of Purple Heart #703BCA
RGB
CMYK
RGB Variations
Color information
#703BCA (or 0x703BCA) is known color: Purple Heart. HEX triplet: 70, 3B and CA. RGB value is (112,59,202). Sum of RGB (Red+Green+Blue) = 112+59+202=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #703BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BCA is #8FC435. Grayscale: #5A5A5A. Windows color (decimal): -9421878 or 13253488. OLE color: 13253488.
HSL color Cylindrical-coordinate representation of color #703BCA: hue angle of 262.24º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703BCA is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 59 | 202 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.21 |
| HSL | 262.24º | 0.57% | 0.51% | - |
| HSV(B) | 262.24º | 0.71% | 0.79% | - |
| XYZ | 18.91 | 10.84 | 56.97 | - |
| YUV | 91.15 | 190.56 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 202 | 0.45 | 0.71 | 0 | 0.21 | 262.24 | 0.57 | 0.51 |
| Hex | 70 | 3B | CA | 2D | 47 | 0 | 15 | 106 | 39 | 33 |
| Octal | 160 | 73 | 312 | 55 | 107 | 0 | 25 | 406 | 71 | 63 |
| Binary | 1110000 | 111011 | 11001010 | 101101 | 1000111 | 0 | 10101 | 100000110 | 111001 | 110011 |
Color Harmonies of #703BCA
Complementary color
Monochromatic Colors of #703BCA
Black with #703BCA
Text Example
Text Example
White with #703BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BCA; }
p { color: rgb(112,59,202); }
H1.HeaderClassName
{
color: #703BCA;
}
.AnyTagClassName
{
color: #703BCA;
}
</style>
background-color css
<style>
a { background-color: #703BCA; }
a { background-color: rgb(112,59,202); }
div.DivClassName
{
background-color: #703BCA;
}
.BgClassName
{
background-color: #703BCA;
}
</style>
border-color css
<style>
span { border-color: #703BCA; }
span { border-color: rgb(112,59,202); }
td.TdClassName
{
border-color: #703BCA;
}
.TagClassName
{
border-color: #703BCA;
}
</style>