Shades of Purple Heart #703DBE
Tints of Purple Heart #703DBE
RGB
CMYK
RGB Variations
Color information
#703DBE (or 0x703DBE) is known color: Purple Heart. HEX triplet: 70, 3D and BE. RGB value is (112,61,190). Sum of RGB (Red+Green+Blue) = 112+61+190=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #703DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DBE is #8FC241. Grayscale: #5A5A5A. Windows color (decimal): -9421378 or 12467568. OLE color: 12467568.
HSL color Cylindrical-coordinate representation of color #703DBE: hue angle of 263.72º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703DBE is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 61 | 190 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.25 |
| HSL | 263.72º | 0.51% | 0.49% | - |
| HSV(B) | 263.72º | 0.68% | 0.75% | - |
| XYZ | 17.65 | 10.5 | 49.81 | - |
| YUV | 90.96 | 183.9 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 190 | 0.41 | 0.68 | 0 | 0.25 | 263.72 | 0.51 | 0.49 |
| Hex | 70 | 3D | BE | 29 | 44 | 0 | 19 | 108 | 33 | 31 |
| Octal | 160 | 75 | 276 | 51 | 104 | 0 | 31 | 410 | 63 | 61 |
| Binary | 1110000 | 111101 | 10111110 | 101001 | 1000100 | 0 | 11001 | 100001000 | 110011 | 110001 |
Color Harmonies of #703DBE
Complementary color
Monochromatic Colors of #703DBE
Black with #703DBE
Text Example
Text Example
White with #703DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DBE; }
p { color: rgb(112,61,190); }
H1.HeaderClassName
{
color: #703DBE;
}
.AnyTagClassName
{
color: #703DBE;
}
</style>
background-color css
<style>
a { background-color: #703DBE; }
a { background-color: rgb(112,61,190); }
div.DivClassName
{
background-color: #703DBE;
}
.BgClassName
{
background-color: #703DBE;
}
</style>
border-color css
<style>
span { border-color: #703DBE; }
span { border-color: rgb(112,61,190); }
td.TdClassName
{
border-color: #703DBE;
}
.TagClassName
{
border-color: #703DBE;
}
</style>