Shades of Purple Heart #701FC2
Tints of Purple Heart #701FC2
RGB
CMYK
RGB Variations
Color information
#701FC2 (or 0x701FC2) is known color: Purple Heart. HEX triplet: 70, 1F and C2. RGB value is (112,31,194). Sum of RGB (Red+Green+Blue) = 112+31+194=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 194 (76.17% from 255 or 57.57% from 337); Max value from RGB is 194 - color contains mainly: blue. Hex color #701FC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701FC2 is #8FE03D. Grayscale: #494949. Windows color (decimal): -9429054 or 12722032. OLE color: 12722032.
HSL color Cylindrical-coordinate representation of color #701FC2: hue angle of 269.82º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701FC2 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 31 | 194 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.24 |
| HSL | 269.82º | 0.72% | 0.44% | - |
| HSV(B) | 269.82º | 0.84% | 0.76% | - |
| XYZ | 16.91 | 8.32 | 51.75 | - |
| YUV | 73.8 | 195.84 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 31 | 194 | 0.42 | 0.84 | 0 | 0.24 | 269.82 | 0.72 | 0.44 |
| Hex | 70 | 1F | C2 | 2A | 54 | 0 | 18 | 10E | 48 | 2C |
| Octal | 160 | 37 | 302 | 52 | 124 | 0 | 30 | 416 | 110 | 54 |
| Binary | 1110000 | 11111 | 11000010 | 101010 | 1010100 | 0 | 11000 | 100001110 | 1001000 | 101100 |
Color Harmonies of #701FC2
Complementary color
Monochromatic Colors of #701FC2
Black with #701FC2
Text Example
Text Example
White with #701FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701FC2; }
p { color: rgb(112,31,194); }
H1.HeaderClassName
{
color: #701FC2;
}
.AnyTagClassName
{
color: #701FC2;
}
</style>
background-color css
<style>
a { background-color: #701FC2; }
a { background-color: rgb(112,31,194); }
div.DivClassName
{
background-color: #701FC2;
}
.BgClassName
{
background-color: #701FC2;
}
</style>
border-color css
<style>
span { border-color: #701FC2; }
span { border-color: rgb(112,31,194); }
td.TdClassName
{
border-color: #701FC2;
}
.TagClassName
{
border-color: #701FC2;
}
</style>