Shades of Purple Heart #701EBB
Tints of Purple Heart #701EBB
RGB
CMYK
RGB Variations
Color information
#701EBB (or 0x701EBB) is known color: Purple Heart. HEX triplet: 70, 1E and BB. RGB value is (112,30,187). Sum of RGB (Red+Green+Blue) = 112+30+187=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #701EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701EBB is #8FE144. Grayscale: #474747. Windows color (decimal): -9429317 or 12263024. OLE color: 12263024.
HSL color Cylindrical-coordinate representation of color #701EBB: hue angle of 271.34º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701EBB is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 30 | 187 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.27 |
| HSL | 271.34º | 0.72% | 0.43% | - |
| HSV(B) | 271.34º | 0.84% | 0.73% | - |
| XYZ | 16.12 | 7.96 | 47.7 | - |
| YUV | 72.42 | 192.67 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 30 | 187 | 0.40 | 0.84 | 0 | 0.27 | 271.34 | 0.72 | 0.43 |
| Hex | 70 | 1E | BB | 28 | 54 | 0 | 1B | 10F | 48 | 2B |
| Octal | 160 | 36 | 273 | 50 | 124 | 0 | 33 | 417 | 110 | 53 |
| Binary | 1110000 | 11110 | 10111011 | 101000 | 1010100 | 0 | 11011 | 100001111 | 1001000 | 101011 |
Color Harmonies of #701EBB
Complementary color
Monochromatic Colors of #701EBB
Black with #701EBB
Text Example
Text Example
White with #701EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701EBB; }
p { color: rgb(112,30,187); }
H1.HeaderClassName
{
color: #701EBB;
}
.AnyTagClassName
{
color: #701EBB;
}
</style>
background-color css
<style>
a { background-color: #701EBB; }
a { background-color: rgb(112,30,187); }
div.DivClassName
{
background-color: #701EBB;
}
.BgClassName
{
background-color: #701EBB;
}
</style>
border-color css
<style>
span { border-color: #701EBB; }
span { border-color: rgb(112,30,187); }
td.TdClassName
{
border-color: #701EBB;
}
.TagClassName
{
border-color: #701EBB;
}
</style>