Shades of Purple Heart #701DCC
Tints of Purple Heart #701DCC
RGB
CMYK
RGB Variations
Color information
#701DCC (or 0x701DCC) is known color: Purple Heart. HEX triplet: 70, 1D and CC. RGB value is (112,29,204). Sum of RGB (Red+Green+Blue) = 112+29+204=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #701DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DCC is #8FE233. Grayscale: #494949. Windows color (decimal): -9429556 or 13376880. OLE color: 13376880.
HSL color Cylindrical-coordinate representation of color #701DCC: hue angle of 268.46º 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 #701DCC is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 29 | 204 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.2 |
| HSL | 268.46º | 0.75% | 0.46% | - |
| HSV(B) | 268.46º | 0.86% | 0.8% | - |
| XYZ | 18.02 | 8.68 | 57.85 | - |
| YUV | 73.77 | 201.5 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 204 | 0.45 | 0.86 | 0 | 0.2 | 268.46 | 0.75 | 0.46 |
| Hex | 70 | 1D | CC | 2D | 56 | 0 | 14 | 10C | 4B | 2E |
| Octal | 160 | 35 | 314 | 55 | 126 | 0 | 24 | 414 | 113 | 56 |
| Binary | 1110000 | 11101 | 11001100 | 101101 | 1010110 | 0 | 10100 | 100001100 | 1001011 | 101110 |
Color Harmonies of #701DCC
Complementary color
Monochromatic Colors of #701DCC
Black with #701DCC
Text Example
Text Example
White with #701DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701DCC; }
p { color: rgb(112,29,204); }
H1.HeaderClassName
{
color: #701DCC;
}
.AnyTagClassName
{
color: #701DCC;
}
</style>
background-color css
<style>
a { background-color: #701DCC; }
a { background-color: rgb(112,29,204); }
div.DivClassName
{
background-color: #701DCC;
}
.BgClassName
{
background-color: #701DCC;
}
</style>
border-color css
<style>
span { border-color: #701DCC; }
span { border-color: rgb(112,29,204); }
td.TdClassName
{
border-color: #701DCC;
}
.TagClassName
{
border-color: #701DCC;
}
</style>