Shades of Purple Heart #7014BB
Tints of Purple Heart #7014BB
RGB
CMYK
RGB Variations
Color information
#7014BB (or 0x7014BB) is known color: Purple Heart. HEX triplet: 70, 14 and BB. RGB value is (112,20,187). Sum of RGB (Red+Green+Blue) = 112+20+187=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #7014BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7014BB is #8FEB44. Grayscale: #414141. Windows color (decimal): -9431877 or 12260464. OLE color: 12260464.
HSL color Cylindrical-coordinate representation of color #7014BB: hue angle of 273.05º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7014BB is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 20 | 187 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.27 |
| HSL | 273.05º | 0.81% | 0.41% | - |
| HSV(B) | 273.05º | 0.89% | 0.73% | - |
| XYZ | 15.9 | 7.53 | 47.63 | - |
| YUV | 66.55 | 195.98 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 187 | 0.40 | 0.89 | 0 | 0.27 | 273.05 | 0.81 | 0.41 |
| Hex | 70 | 14 | BB | 28 | 59 | 0 | 1B | 111 | 51 | 29 |
| Octal | 160 | 24 | 273 | 50 | 131 | 0 | 33 | 421 | 121 | 51 |
| Binary | 1110000 | 10100 | 10111011 | 101000 | 1011001 | 0 | 11011 | 100010001 | 1010001 | 101001 |
Color Harmonies of #7014BB
Complementary color
Monochromatic Colors of #7014BB
Black with #7014BB
Text Example
Text Example
White with #7014BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7014BB; }
p { color: rgb(112,20,187); }
H1.HeaderClassName
{
color: #7014BB;
}
.AnyTagClassName
{
color: #7014BB;
}
</style>
background-color css
<style>
a { background-color: #7014BB; }
a { background-color: rgb(112,20,187); }
div.DivClassName
{
background-color: #7014BB;
}
.BgClassName
{
background-color: #7014BB;
}
</style>
border-color css
<style>
span { border-color: #7014BB; }
span { border-color: rgb(112,20,187); }
td.TdClassName
{
border-color: #7014BB;
}
.TagClassName
{
border-color: #7014BB;
}
</style>