Shades of Purple Heart #701CCC
Tints of Purple Heart #701CCC
RGB
CMYK
RGB Variations
Color information
#701CCC (or 0x701CCC) is known color: Purple Heart. HEX triplet: 70, 1C and CC. RGB value is (112,28,204). Sum of RGB (Red+Green+Blue) = 112+28+204=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #701CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CCC is #8FE333. Grayscale: #484848. Windows color (decimal): -9429812 or 13376624. OLE color: 13376624.
HSL color Cylindrical-coordinate representation of color #701CCC: hue angle of 268.64º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701CCC is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 28 | 204 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.2 |
| HSL | 268.64º | 0.76% | 0.45% | - |
| HSV(B) | 268.64º | 0.86% | 0.8% | - |
| XYZ | 18 | 8.63 | 57.84 | - |
| YUV | 73.18 | 201.83 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 28 | 204 | 0.45 | 0.86 | 0 | 0.2 | 268.64 | 0.76 | 0.45 |
| Hex | 70 | 1C | CC | 2D | 56 | 0 | 14 | 10D | 4C | 2D |
| Octal | 160 | 34 | 314 | 55 | 126 | 0 | 24 | 415 | 114 | 55 |
| Binary | 1110000 | 11100 | 11001100 | 101101 | 1010110 | 0 | 10100 | 100001101 | 1001100 | 101101 |
Color Harmonies of #701CCC
Complementary color
Monochromatic Colors of #701CCC
Black with #701CCC
Text Example
Text Example
White with #701CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701CCC; }
p { color: rgb(112,28,204); }
H1.HeaderClassName
{
color: #701CCC;
}
.AnyTagClassName
{
color: #701CCC;
}
</style>
background-color css
<style>
a { background-color: #701CCC; }
a { background-color: rgb(112,28,204); }
div.DivClassName
{
background-color: #701CCC;
}
.BgClassName
{
background-color: #701CCC;
}
</style>
border-color css
<style>
span { border-color: #701CCC; }
span { border-color: rgb(112,28,204); }
td.TdClassName
{
border-color: #701CCC;
}
.TagClassName
{
border-color: #701CCC;
}
</style>