Shades of Purple Heart #703BDD
Tints of Purple Heart #703BDD
RGB
CMYK
RGB Variations
Color information
#703BDD (or 0x703BDD) is known color: Purple Heart. HEX triplet: 70, 3B and DD. RGB value is (112,59,221). Sum of RGB (Red+Green+Blue) = 112+59+221=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #703BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703BDD is #8FC422. Grayscale: #5C5C5C. Windows color (decimal): -9421859 or 14498672. OLE color: 14498672.
HSL color Cylindrical-coordinate representation of color #703BDD: hue angle of 259.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #703BDD is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 59 | 221 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.13 |
| HSL | 259.63º | 0.7% | 0.55% | - |
| HSV(B) | 259.63º | 0.73% | 0.87% | - |
| XYZ | 21.3 | 11.79 | 69.56 | - |
| YUV | 93.32 | 200.06 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 59 | 221 | 0.49 | 0.73 | 0 | 0.13 | 259.63 | 0.7 | 0.55 |
| Hex | 70 | 3B | DD | 31 | 49 | 0 | D | 104 | 46 | 37 |
| Octal | 160 | 73 | 335 | 61 | 111 | 0 | 15 | 404 | 106 | 67 |
| Binary | 1110000 | 111011 | 11011101 | 110001 | 1001001 | 0 | 1101 | 100000100 | 1000110 | 110111 |
Color Harmonies of #703BDD
Complementary color
Monochromatic Colors of #703BDD
Black with #703BDD
Text Example
Text Example
White with #703BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703BDD; }
p { color: rgb(112,59,221); }
H1.HeaderClassName
{
color: #703BDD;
}
.AnyTagClassName
{
color: #703BDD;
}
</style>
background-color css
<style>
a { background-color: #703BDD; }
a { background-color: rgb(112,59,221); }
div.DivClassName
{
background-color: #703BDD;
}
.BgClassName
{
background-color: #703BDD;
}
</style>
border-color css
<style>
span { border-color: #703BDD; }
span { border-color: rgb(112,59,221); }
td.TdClassName
{
border-color: #703BDD;
}
.TagClassName
{
border-color: #703BDD;
}
</style>