Shades of Purple Heart #703BC1
Tints of Purple Heart #703BC1
RGB
CMYK
RGB Variations
Color information
#703BC1 (or 0x703BC1) is known color: Purple Heart. HEX triplet: 70, 3B and C1. RGB value is (112,59,193). Sum of RGB (Red+Green+Blue) = 112+59+193=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #703BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BC1 is #8FC43E. Grayscale: #595959. Windows color (decimal): -9421887 or 12663664. OLE color: 12663664.
HSL color Cylindrical-coordinate representation of color #703BC1: hue angle of 263.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703BC1 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 59 | 193 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.24 |
| HSL | 263.73º | 0.53% | 0.49% | - |
| HSV(B) | 263.73º | 0.69% | 0.76% | - |
| XYZ | 17.87 | 10.42 | 51.52 | - |
| YUV | 90.12 | 186.06 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 193 | 0.42 | 0.69 | 0 | 0.24 | 263.73 | 0.53 | 0.49 |
| Hex | 70 | 3B | C1 | 2A | 45 | 0 | 18 | 108 | 35 | 31 |
| Octal | 160 | 73 | 301 | 52 | 105 | 0 | 30 | 410 | 65 | 61 |
| Binary | 1110000 | 111011 | 11000001 | 101010 | 1000101 | 0 | 11000 | 100001000 | 110101 | 110001 |
Color Harmonies of #703BC1
Complementary color
Monochromatic Colors of #703BC1
Black with #703BC1
Text Example
Text Example
White with #703BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BC1; }
p { color: rgb(112,59,193); }
H1.HeaderClassName
{
color: #703BC1;
}
.AnyTagClassName
{
color: #703BC1;
}
</style>
background-color css
<style>
a { background-color: #703BC1; }
a { background-color: rgb(112,59,193); }
div.DivClassName
{
background-color: #703BC1;
}
.BgClassName
{
background-color: #703BC1;
}
</style>
border-color css
<style>
span { border-color: #703BC1; }
span { border-color: rgb(112,59,193); }
td.TdClassName
{
border-color: #703BC1;
}
.TagClassName
{
border-color: #703BC1;
}
</style>