Shades of Purple Heart #703DDF
Tints of Purple Heart #703DDF
RGB
CMYK
RGB Variations
Color information
#703DDF (or 0x703DDF) is known color: Purple Heart. HEX triplet: 70, 3D and DF. RGB value is (112,61,223). Sum of RGB (Red+Green+Blue) = 112+61+223=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #703DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DDF is #8FC220. Grayscale: #5E5E5E. Windows color (decimal): -9421345 or 14630256. OLE color: 14630256.
HSL color Cylindrical-coordinate representation of color #703DDF: hue angle of 258.89º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #703DDF is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 61 | 223 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.13 |
| HSL | 258.89º | 0.72% | 0.56% | - |
| HSV(B) | 258.89º | 0.73% | 0.87% | - |
| XYZ | 21.67 | 12.11 | 71.01 | - |
| YUV | 94.72 | 200.4 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 223 | 0.50 | 0.73 | 0 | 0.13 | 258.89 | 0.72 | 0.56 |
| Hex | 70 | 3D | DF | 32 | 49 | 0 | D | 103 | 48 | 38 |
| Octal | 160 | 75 | 337 | 62 | 111 | 0 | 15 | 403 | 110 | 70 |
| Binary | 1110000 | 111101 | 11011111 | 110010 | 1001001 | 0 | 1101 | 100000011 | 1001000 | 111000 |
Color Harmonies of #703DDF
Complementary color
Monochromatic Colors of #703DDF
Black with #703DDF
Text Example
Text Example
White with #703DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DDF; }
p { color: rgb(112,61,223); }
H1.HeaderClassName
{
color: #703DDF;
}
.AnyTagClassName
{
color: #703DDF;
}
</style>
background-color css
<style>
a { background-color: #703DDF; }
a { background-color: rgb(112,61,223); }
div.DivClassName
{
background-color: #703DDF;
}
.BgClassName
{
background-color: #703DDF;
}
</style>
border-color css
<style>
span { border-color: #703DDF; }
span { border-color: rgb(112,61,223); }
td.TdClassName
{
border-color: #703DDF;
}
.TagClassName
{
border-color: #703DDF;
}
</style>