Shades of Purple Heart #703DDB
Tints of Purple Heart #703DDB
RGB
CMYK
RGB Variations
Color information
#703DDB (or 0x703DDB) is known color: Purple Heart. HEX triplet: 70, 3D and DB. RGB value is (112,61,219). Sum of RGB (Red+Green+Blue) = 112+61+219=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #703DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DDB is #8FC224. Grayscale: #5D5D5D. Windows color (decimal): -9421349 or 14368112. OLE color: 14368112.
HSL color Cylindrical-coordinate representation of color #703DDB: hue angle of 259.37º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703DDB is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 61 | 219 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.14 |
| HSL | 259.37º | 0.69% | 0.55% | - |
| HSV(B) | 259.37º | 0.72% | 0.86% | - |
| XYZ | 21.14 | 11.9 | 68.2 | - |
| YUV | 94.26 | 198.4 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 219 | 0.49 | 0.72 | 0 | 0.14 | 259.37 | 0.69 | 0.55 |
| Hex | 70 | 3D | DB | 31 | 48 | 0 | E | 103 | 45 | 37 |
| Octal | 160 | 75 | 333 | 61 | 110 | 0 | 16 | 403 | 105 | 67 |
| Binary | 1110000 | 111101 | 11011011 | 110001 | 1001000 | 0 | 1110 | 100000011 | 1000101 | 110111 |
Color Harmonies of #703DDB
Complementary color
Monochromatic Colors of #703DDB
Black with #703DDB
Text Example
Text Example
White with #703DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DDB; }
p { color: rgb(112,61,219); }
H1.HeaderClassName
{
color: #703DDB;
}
.AnyTagClassName
{
color: #703DDB;
}
</style>
background-color css
<style>
a { background-color: #703DDB; }
a { background-color: rgb(112,61,219); }
div.DivClassName
{
background-color: #703DDB;
}
.BgClassName
{
background-color: #703DDB;
}
</style>
border-color css
<style>
span { border-color: #703DDB; }
span { border-color: rgb(112,61,219); }
td.TdClassName
{
border-color: #703DDB;
}
.TagClassName
{
border-color: #703DDB;
}
</style>