Shades of Purple Heart #703BC8
Tints of Purple Heart #703BC8
RGB
CMYK
RGB Variations
Color information
#703BC8 (or 0x703BC8) is known color: Purple Heart. HEX triplet: 70, 3B and C8. RGB value is (112,59,200). Sum of RGB (Red+Green+Blue) = 112+59+200=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 200 (78.52% from 255 or 53.91% from 371); Max value from RGB is 200 - color contains mainly: blue. Hex color #703BC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BC8 is #8FC437. Grayscale: #5A5A5A. Windows color (decimal): -9421880 or 13122416. OLE color: 13122416.
HSL color Cylindrical-coordinate representation of color #703BC8: hue angle of 262.55º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703BC8 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 59 | 200 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.22 |
| HSL | 262.55º | 0.56% | 0.51% | - |
| HSV(B) | 262.55º | 0.71% | 0.78% | - |
| XYZ | 18.67 | 10.74 | 55.73 | - |
| YUV | 90.92 | 189.56 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 200 | 0.44 | 0.70 | 0 | 0.22 | 262.55 | 0.56 | 0.51 |
| Hex | 70 | 3B | C8 | 2C | 46 | 0 | 16 | 107 | 38 | 33 |
| Octal | 160 | 73 | 310 | 54 | 106 | 0 | 26 | 407 | 70 | 63 |
| Binary | 1110000 | 111011 | 11001000 | 101100 | 1000110 | 0 | 10110 | 100000111 | 111000 | 110011 |
Color Harmonies of #703BC8
Complementary color
Monochromatic Colors of #703BC8
Black with #703BC8
Text Example
Text Example
White with #703BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BC8; }
p { color: rgb(112,59,200); }
H1.HeaderClassName
{
color: #703BC8;
}
.AnyTagClassName
{
color: #703BC8;
}
</style>
background-color css
<style>
a { background-color: #703BC8; }
a { background-color: rgb(112,59,200); }
div.DivClassName
{
background-color: #703BC8;
}
.BgClassName
{
background-color: #703BC8;
}
</style>
border-color css
<style>
span { border-color: #703BC8; }
span { border-color: rgb(112,59,200); }
td.TdClassName
{
border-color: #703BC8;
}
.TagClassName
{
border-color: #703BC8;
}
</style>