Shades of Purple Heart #703DDD
Tints of Purple Heart #703DDD
RGB
CMYK
RGB Variations
Color information
#703DDD (or 0x703DDD) is known color: Purple Heart. HEX triplet: 70, 3D and DD. RGB value is (112,61,221). Sum of RGB (Red+Green+Blue) = 112+61+221=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #703DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DDD is #8FC222. Grayscale: #5D5D5D. Windows color (decimal): -9421347 or 14499184. OLE color: 14499184.
HSL color Cylindrical-coordinate representation of color #703DDD: hue angle of 259.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #703DDD is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 61 | 221 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.13 |
| HSL | 259.13º | 0.7% | 0.55% | - |
| HSV(B) | 259.13º | 0.72% | 0.87% | - |
| XYZ | 21.4 | 12 | 69.6 | - |
| YUV | 94.49 | 199.4 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 221 | 0.49 | 0.72 | 0 | 0.13 | 259.13 | 0.7 | 0.55 |
| Hex | 70 | 3D | DD | 31 | 48 | 0 | D | 103 | 46 | 37 |
| Octal | 160 | 75 | 335 | 61 | 110 | 0 | 15 | 403 | 106 | 67 |
| Binary | 1110000 | 111101 | 11011101 | 110001 | 1001000 | 0 | 1101 | 100000011 | 1000110 | 110111 |
Color Harmonies of #703DDD
Complementary color
Monochromatic Colors of #703DDD
Black with #703DDD
Text Example
Text Example
White with #703DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DDD; }
p { color: rgb(112,61,221); }
H1.HeaderClassName
{
color: #703DDD;
}
.AnyTagClassName
{
color: #703DDD;
}
</style>
background-color css
<style>
a { background-color: #703DDD; }
a { background-color: rgb(112,61,221); }
div.DivClassName
{
background-color: #703DDD;
}
.BgClassName
{
background-color: #703DDD;
}
</style>
border-color css
<style>
span { border-color: #703DDD; }
span { border-color: rgb(112,61,221); }
td.TdClassName
{
border-color: #703DDD;
}
.TagClassName
{
border-color: #703DDD;
}
</style>