Shades of Purple Heart #703DBD
Tints of Purple Heart #703DBD
RGB
CMYK
RGB Variations
Color information
#703DBD (or 0x703DBD) is known color: Purple Heart. HEX triplet: 70, 3D and BD. RGB value is (112,61,189). Sum of RGB (Red+Green+Blue) = 112+61+189=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #703DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DBD is #8FC242. Grayscale: #5A5A5A. Windows color (decimal): -9421379 or 12402032. OLE color: 12402032.
HSL color Cylindrical-coordinate representation of color #703DBD: hue angle of 263.91º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703DBD is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 61 | 189 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.26 |
| HSL | 263.91º | 0.51% | 0.49% | - |
| HSV(B) | 263.91º | 0.68% | 0.74% | - |
| XYZ | 17.54 | 10.46 | 49.24 | - |
| YUV | 90.84 | 183.4 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 189 | 0.41 | 0.68 | 0 | 0.26 | 263.91 | 0.51 | 0.49 |
| Hex | 70 | 3D | BD | 29 | 44 | 0 | 1A | 108 | 33 | 31 |
| Octal | 160 | 75 | 275 | 51 | 104 | 0 | 32 | 410 | 63 | 61 |
| Binary | 1110000 | 111101 | 10111101 | 101001 | 1000100 | 0 | 11010 | 100001000 | 110011 | 110001 |
Color Harmonies of #703DBD
Complementary color
Monochromatic Colors of #703DBD
Black with #703DBD
Text Example
Text Example
White with #703DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DBD; }
p { color: rgb(112,61,189); }
H1.HeaderClassName
{
color: #703DBD;
}
.AnyTagClassName
{
color: #703DBD;
}
</style>
background-color css
<style>
a { background-color: #703DBD; }
a { background-color: rgb(112,61,189); }
div.DivClassName
{
background-color: #703DBD;
}
.BgClassName
{
background-color: #703DBD;
}
</style>
border-color css
<style>
span { border-color: #703DBD; }
span { border-color: rgb(112,61,189); }
td.TdClassName
{
border-color: #703DBD;
}
.TagClassName
{
border-color: #703DBD;
}
</style>