Shades of Purple Heart #703BD3
Tints of Purple Heart #703BD3
RGB
CMYK
RGB Variations
Color information
#703BD3 (or 0x703BD3) is known color: Purple Heart. HEX triplet: 70, 3B and D3. RGB value is (112,59,211). Sum of RGB (Red+Green+Blue) = 112+59+211=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 211 (82.81% from 255 or 55.24% from 382); Max value from RGB is 211 - color contains mainly: blue. Hex color #703BD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BD3 is #8FC42C. Grayscale: #5B5B5B. Windows color (decimal): -9421869 or 13843312. OLE color: 13843312.
HSL color Cylindrical-coordinate representation of color #703BD3: hue angle of 260.92º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703BD3 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 59 | 211 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.17 |
| HSL | 260.92º | 0.63% | 0.53% | - |
| HSV(B) | 260.92º | 0.72% | 0.83% | - |
| XYZ | 20 | 11.28 | 62.75 | - |
| YUV | 92.18 | 195.06 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 211 | 0.47 | 0.72 | 0 | 0.17 | 260.92 | 0.63 | 0.53 |
| Hex | 70 | 3B | D3 | 2F | 48 | 0 | 11 | 105 | 3F | 35 |
| Octal | 160 | 73 | 323 | 57 | 110 | 0 | 21 | 405 | 77 | 65 |
| Binary | 1110000 | 111011 | 11010011 | 101111 | 1001000 | 0 | 10001 | 100000101 | 111111 | 110101 |
Color Harmonies of #703BD3
Complementary color
Monochromatic Colors of #703BD3
Black with #703BD3
Text Example
Text Example
White with #703BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BD3; }
p { color: rgb(112,59,211); }
H1.HeaderClassName
{
color: #703BD3;
}
.AnyTagClassName
{
color: #703BD3;
}
</style>
background-color css
<style>
a { background-color: #703BD3; }
a { background-color: rgb(112,59,211); }
div.DivClassName
{
background-color: #703BD3;
}
.BgClassName
{
background-color: #703BD3;
}
</style>
border-color css
<style>
span { border-color: #703BD3; }
span { border-color: rgb(112,59,211); }
td.TdClassName
{
border-color: #703BD3;
}
.TagClassName
{
border-color: #703BD3;
}
</style>