Shades of Purple Heart #701DCE
Tints of Purple Heart #701DCE
RGB
CMYK
RGB Variations
Color information
#701DCE (or 0x701DCE) is known color: Purple Heart. HEX triplet: 70, 1D and CE. RGB value is (112,29,206). Sum of RGB (Red+Green+Blue) = 112+29+206=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #701DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DCE is #8FE231. Grayscale: #494949. Windows color (decimal): -9429554 or 13507952. OLE color: 13507952.
HSL color Cylindrical-coordinate representation of color #701DCE: hue angle of 268.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701DCE is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 29 | 206 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.19 |
| HSL | 268.14º | 0.75% | 0.46% | - |
| HSV(B) | 268.14º | 0.86% | 0.81% | - |
| XYZ | 18.26 | 8.78 | 59.12 | - |
| YUV | 74 | 202.5 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 206 | 0.46 | 0.86 | 0 | 0.19 | 268.14 | 0.75 | 0.46 |
| Hex | 70 | 1D | CE | 2E | 56 | 0 | 13 | 10C | 4B | 2E |
| Octal | 160 | 35 | 316 | 56 | 126 | 0 | 23 | 414 | 113 | 56 |
| Binary | 1110000 | 11101 | 11001110 | 101110 | 1010110 | 0 | 10011 | 100001100 | 1001011 | 101110 |
Color Harmonies of #701DCE
Complementary color
Monochromatic Colors of #701DCE
Black with #701DCE
Text Example
Text Example
White with #701DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DCE; }
p { color: rgb(112,29,206); }
H1.HeaderClassName
{
color: #701DCE;
}
.AnyTagClassName
{
color: #701DCE;
}
</style>
background-color css
<style>
a { background-color: #701DCE; }
a { background-color: rgb(112,29,206); }
div.DivClassName
{
background-color: #701DCE;
}
.BgClassName
{
background-color: #701DCE;
}
</style>
border-color css
<style>
span { border-color: #701DCE; }
span { border-color: rgb(112,29,206); }
td.TdClassName
{
border-color: #701DCE;
}
.TagClassName
{
border-color: #701DCE;
}
</style>