Shades of Purple Heart #701FC8
Tints of Purple Heart #701FC8
RGB
CMYK
RGB Variations
Color information
#701FC8 (or 0x701FC8) is known color: Purple Heart. HEX triplet: 70, 1F and C8. RGB value is (112,31,200). Sum of RGB (Red+Green+Blue) = 112+31+200=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 200 (78.52% from 255 or 58.31% from 343); Max value from RGB is 200 - color contains mainly: blue. Hex color #701FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FC8 is #8FE037. Grayscale: #494949. Windows color (decimal): -9429048 or 13115248. OLE color: 13115248.
HSL color Cylindrical-coordinate representation of color #701FC8: hue angle of 268.76º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701FC8 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 31 | 200 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.22 |
| HSL | 268.76º | 0.73% | 0.45% | - |
| HSV(B) | 268.76º | 0.85% | 0.78% | - |
| XYZ | 17.6 | 8.59 | 55.38 | - |
| YUV | 74.49 | 198.84 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 200 | 0.44 | 0.84 | 0 | 0.22 | 268.76 | 0.73 | 0.45 |
| Hex | 70 | 1F | C8 | 2C | 54 | 0 | 16 | 10D | 49 | 2D |
| Octal | 160 | 37 | 310 | 54 | 124 | 0 | 26 | 415 | 111 | 55 |
| Binary | 1110000 | 11111 | 11001000 | 101100 | 1010100 | 0 | 10110 | 100001101 | 1001001 | 101101 |
Color Harmonies of #701FC8
Complementary color
Monochromatic Colors of #701FC8
Black with #701FC8
Text Example
Text Example
White with #701FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FC8; }
p { color: rgb(112,31,200); }
H1.HeaderClassName
{
color: #701FC8;
}
.AnyTagClassName
{
color: #701FC8;
}
</style>
background-color css
<style>
a { background-color: #701FC8; }
a { background-color: rgb(112,31,200); }
div.DivClassName
{
background-color: #701FC8;
}
.BgClassName
{
background-color: #701FC8;
}
</style>
border-color css
<style>
span { border-color: #701FC8; }
span { border-color: rgb(112,31,200); }
td.TdClassName
{
border-color: #701FC8;
}
.TagClassName
{
border-color: #701FC8;
}
</style>