Shades of Purple Heart #703DCD
Tints of Purple Heart #703DCD
RGB
CMYK
RGB Variations
Color information
#703DCD (or 0x703DCD) is known color: Purple Heart. HEX triplet: 70, 3D and CD. RGB value is (112,61,205). Sum of RGB (Red+Green+Blue) = 112+61+205=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #703DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DCD is #8FC232. Grayscale: #5C5C5C. Windows color (decimal): -9421363 or 13450608. OLE color: 13450608.
HSL color Cylindrical-coordinate representation of color #703DCD: hue angle of 261.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #703DCD is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 61 | 205 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.20 |
| HSL | 261.25º | 0.59% | 0.52% | - |
| HSV(B) | 261.25º | 0.7% | 0.8% | - |
| XYZ | 19.37 | 11.19 | 58.9 | - |
| YUV | 92.67 | 191.4 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 205 | 0.45 | 0.70 | 0 | 0.20 | 261.25 | 0.59 | 0.52 |
| Hex | 70 | 3D | CD | 2D | 46 | 0 | 14 | 105 | 3B | 34 |
| Octal | 160 | 75 | 315 | 55 | 106 | 0 | 24 | 405 | 73 | 64 |
| Binary | 1110000 | 111101 | 11001101 | 101101 | 1000110 | 0 | 10100 | 100000101 | 111011 | 110100 |
Color Harmonies of #703DCD
Complementary color
Monochromatic Colors of #703DCD
Black with #703DCD
Text Example
Text Example
White with #703DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DCD; }
p { color: rgb(112,61,205); }
H1.HeaderClassName
{
color: #703DCD;
}
.AnyTagClassName
{
color: #703DCD;
}
</style>
background-color css
<style>
a { background-color: #703DCD; }
a { background-color: rgb(112,61,205); }
div.DivClassName
{
background-color: #703DCD;
}
.BgClassName
{
background-color: #703DCD;
}
</style>
border-color css
<style>
span { border-color: #703DCD; }
span { border-color: rgb(112,61,205); }
td.TdClassName
{
border-color: #703DCD;
}
.TagClassName
{
border-color: #703DCD;
}
</style>