Shades of Purple Heart #701EBF
Tints of Purple Heart #701EBF
RGB
CMYK
RGB Variations
Color information
#701EBF (or 0x701EBF) is known color: Purple Heart. HEX triplet: 70, 1E and BF. RGB value is (112,30,191). Sum of RGB (Red+Green+Blue) = 112+30+191=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #701EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701EBF is #8FE140. Grayscale: #484848. Windows color (decimal): -9429313 or 12525168. OLE color: 12525168.
HSL color Cylindrical-coordinate representation of color #701EBF: hue angle of 270.56º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701EBF is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 30 | 191 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.25 |
| HSL | 270.56º | 0.73% | 0.43% | - |
| HSV(B) | 270.56º | 0.84% | 0.75% | - |
| XYZ | 16.55 | 8.13 | 49.99 | - |
| YUV | 72.87 | 194.67 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 191 | 0.41 | 0.84 | 0 | 0.25 | 270.56 | 0.73 | 0.43 |
| Hex | 70 | 1E | BF | 29 | 54 | 0 | 19 | 10F | 49 | 2B |
| Octal | 160 | 36 | 277 | 51 | 124 | 0 | 31 | 417 | 111 | 53 |
| Binary | 1110000 | 11110 | 10111111 | 101001 | 1010100 | 0 | 11001 | 100001111 | 1001001 | 101011 |
Color Harmonies of #701EBF
Complementary color
Monochromatic Colors of #701EBF
Black with #701EBF
Text Example
Text Example
White with #701EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701EBF; }
p { color: rgb(112,30,191); }
H1.HeaderClassName
{
color: #701EBF;
}
.AnyTagClassName
{
color: #701EBF;
}
</style>
background-color css
<style>
a { background-color: #701EBF; }
a { background-color: rgb(112,30,191); }
div.DivClassName
{
background-color: #701EBF;
}
.BgClassName
{
background-color: #701EBF;
}
</style>
border-color css
<style>
span { border-color: #701EBF; }
span { border-color: rgb(112,30,191); }
td.TdClassName
{
border-color: #701EBF;
}
.TagClassName
{
border-color: #701EBF;
}
</style>