Shades of Purple Heart #701DCD
Tints of Purple Heart #701DCD
RGB
CMYK
RGB Variations
Color information
#701DCD (or 0x701DCD) is known color: Purple Heart. HEX triplet: 70, 1D and CD. RGB value is (112,29,205). Sum of RGB (Red+Green+Blue) = 112+29+205=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #701DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DCD is #8FE232. Grayscale: #494949. Windows color (decimal): -9429555 or 13442416. OLE color: 13442416.
HSL color Cylindrical-coordinate representation of color #701DCD: hue angle of 268.3º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701DCD is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 29 | 205 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.20 |
| HSL | 268.3º | 0.75% | 0.46% | - |
| HSV(B) | 268.3º | 0.86% | 0.8% | - |
| XYZ | 18.14 | 8.73 | 58.49 | - |
| YUV | 73.88 | 202 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 205 | 0.45 | 0.86 | 0 | 0.20 | 268.3 | 0.75 | 0.46 |
| Hex | 70 | 1D | CD | 2D | 56 | 0 | 14 | 10C | 4B | 2E |
| Octal | 160 | 35 | 315 | 55 | 126 | 0 | 24 | 414 | 113 | 56 |
| Binary | 1110000 | 11101 | 11001101 | 101101 | 1010110 | 0 | 10100 | 100001100 | 1001011 | 101110 |
Color Harmonies of #701DCD
Complementary color
Monochromatic Colors of #701DCD
Black with #701DCD
Text Example
Text Example
White with #701DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DCD; }
p { color: rgb(112,29,205); }
H1.HeaderClassName
{
color: #701DCD;
}
.AnyTagClassName
{
color: #701DCD;
}
</style>
background-color css
<style>
a { background-color: #701DCD; }
a { background-color: rgb(112,29,205); }
div.DivClassName
{
background-color: #701DCD;
}
.BgClassName
{
background-color: #701DCD;
}
</style>
border-color css
<style>
span { border-color: #701DCD; }
span { border-color: rgb(112,29,205); }
td.TdClassName
{
border-color: #701DCD;
}
.TagClassName
{
border-color: #701DCD;
}
</style>