Shades of Purple Heart #701DD3
Tints of Purple Heart #701DD3
RGB
CMYK
RGB Variations
Color information
#701DD3 (or 0x701DD3) is known color: Purple Heart. HEX triplet: 70, 1D and D3. RGB value is (112,29,211). Sum of RGB (Red+Green+Blue) = 112+29+211=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 211 (82.81% from 255 or 59.94% from 352); Max value from RGB is 211 - color contains mainly: blue. Hex color #701DD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DD3 is #8FE22C. Grayscale: #494949. Windows color (decimal): -9429549 or 13835632. OLE color: 13835632.
HSL color Cylindrical-coordinate representation of color #701DD3: hue angle of 267.36º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701DD3 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 29 | 211 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.17 |
| HSL | 267.36º | 0.76% | 0.47% | - |
| HSV(B) | 267.36º | 0.86% | 0.83% | - |
| XYZ | 18.88 | 9.03 | 62.38 | - |
| YUV | 74.57 | 205 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 211 | 0.47 | 0.86 | 0 | 0.17 | 267.36 | 0.76 | 0.47 |
| Hex | 70 | 1D | D3 | 2F | 56 | 0 | 11 | 10B | 4C | 2F |
| Octal | 160 | 35 | 323 | 57 | 126 | 0 | 21 | 413 | 114 | 57 |
| Binary | 1110000 | 11101 | 11010011 | 101111 | 1010110 | 0 | 10001 | 100001011 | 1001100 | 101111 |
Color Harmonies of #701DD3
Complementary color
Monochromatic Colors of #701DD3
Black with #701DD3
Text Example
Text Example
White with #701DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DD3; }
p { color: rgb(112,29,211); }
H1.HeaderClassName
{
color: #701DD3;
}
.AnyTagClassName
{
color: #701DD3;
}
</style>
background-color css
<style>
a { background-color: #701DD3; }
a { background-color: rgb(112,29,211); }
div.DivClassName
{
background-color: #701DD3;
}
.BgClassName
{
background-color: #701DD3;
}
</style>
border-color css
<style>
span { border-color: #701DD3; }
span { border-color: rgb(112,29,211); }
td.TdClassName
{
border-color: #701DD3;
}
.TagClassName
{
border-color: #701DD3;
}
</style>