Shades of Purple Heart #701DBC
Tints of Purple Heart #701DBC
RGB
CMYK
RGB Variations
Color information
#701DBC (or 0x701DBC) is known color: Purple Heart. HEX triplet: 70, 1D and BC. RGB value is (112,29,188). Sum of RGB (Red+Green+Blue) = 112+29+188=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #701DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DBC is #8FE243. Grayscale: #474747. Windows color (decimal): -9429572 or 12328304. OLE color: 12328304.
HSL color Cylindrical-coordinate representation of color #701DBC: hue angle of 271.32º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701DBC is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 29 | 188 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.26 |
| HSL | 271.32º | 0.73% | 0.43% | - |
| HSV(B) | 271.32º | 0.85% | 0.74% | - |
| XYZ | 16.2 | 7.95 | 48.26 | - |
| YUV | 71.94 | 193.5 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 188 | 0.40 | 0.85 | 0 | 0.26 | 271.32 | 0.73 | 0.43 |
| Hex | 70 | 1D | BC | 28 | 55 | 0 | 1A | 10F | 49 | 2B |
| Octal | 160 | 35 | 274 | 50 | 125 | 0 | 32 | 417 | 111 | 53 |
| Binary | 1110000 | 11101 | 10111100 | 101000 | 1010101 | 0 | 11010 | 100001111 | 1001001 | 101011 |
Color Harmonies of #701DBC
Complementary color
Monochromatic Colors of #701DBC
Black with #701DBC
Text Example
Text Example
White with #701DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DBC; }
p { color: rgb(112,29,188); }
H1.HeaderClassName
{
color: #701DBC;
}
.AnyTagClassName
{
color: #701DBC;
}
</style>
background-color css
<style>
a { background-color: #701DBC; }
a { background-color: rgb(112,29,188); }
div.DivClassName
{
background-color: #701DBC;
}
.BgClassName
{
background-color: #701DBC;
}
</style>
border-color css
<style>
span { border-color: #701DBC; }
span { border-color: rgb(112,29,188); }
td.TdClassName
{
border-color: #701DBC;
}
.TagClassName
{
border-color: #701DBC;
}
</style>