Shades of Purple Heart #703DCF
Tints of Purple Heart #703DCF
RGB
CMYK
RGB Variations
Color information
#703DCF (or 0x703DCF) is known color: Purple Heart. HEX triplet: 70, 3D and CF. RGB value is (112,61,207). Sum of RGB (Red+Green+Blue) = 112+61+207=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #703DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #703DCF is #8FC230. Grayscale: #5C5C5C. Windows color (decimal): -9421361 or 13581680. OLE color: 13581680.
HSL color Cylindrical-coordinate representation of color #703DCF: hue angle of 260.96º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #703DCF is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 61 | 207 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.19 |
| HSL | 260.96º | 0.6% | 0.53% | - |
| HSV(B) | 260.96º | 0.71% | 0.81% | - |
| XYZ | 19.61 | 11.29 | 60.18 | - |
| YUV | 92.89 | 192.4 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 61 | 207 | 0.46 | 0.71 | 0 | 0.19 | 260.96 | 0.6 | 0.53 |
| Hex | 70 | 3D | CF | 2E | 47 | 0 | 13 | 105 | 3C | 35 |
| Octal | 160 | 75 | 317 | 56 | 107 | 0 | 23 | 405 | 74 | 65 |
| Binary | 1110000 | 111101 | 11001111 | 101110 | 1000111 | 0 | 10011 | 100000101 | 111100 | 110101 |
Color Harmonies of #703DCF
Complementary color
Monochromatic Colors of #703DCF
Black with #703DCF
Text Example
Text Example
White with #703DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703DCF; }
p { color: rgb(112,61,207); }
H1.HeaderClassName
{
color: #703DCF;
}
.AnyTagClassName
{
color: #703DCF;
}
</style>
background-color css
<style>
a { background-color: #703DCF; }
a { background-color: rgb(112,61,207); }
div.DivClassName
{
background-color: #703DCF;
}
.BgClassName
{
background-color: #703DCF;
}
</style>
border-color css
<style>
span { border-color: #703DCF; }
span { border-color: rgb(112,61,207); }
td.TdClassName
{
border-color: #703DCF;
}
.TagClassName
{
border-color: #703DCF;
}
</style>