Shades of Purple Heart #7014BD
Tints of Purple Heart #7014BD
RGB
CMYK
RGB Variations
Color information
#7014BD (or 0x7014BD) is known color: Purple Heart. HEX triplet: 70, 14 and BD. RGB value is (112,20,189). Sum of RGB (Red+Green+Blue) = 112+20+189=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #7014BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7014BD is #8FEB42. Grayscale: #424242. Windows color (decimal): -9431875 or 12391536. OLE color: 12391536.
HSL color Cylindrical-coordinate representation of color #7014BD: hue angle of 272.66º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7014BD is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 20 | 189 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.26 |
| HSL | 272.66º | 0.81% | 0.41% | - |
| HSV(B) | 272.66º | 0.89% | 0.74% | - |
| XYZ | 16.12 | 7.62 | 48.77 | - |
| YUV | 66.77 | 196.98 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 20 | 189 | 0.41 | 0.89 | 0 | 0.26 | 272.66 | 0.81 | 0.41 |
| Hex | 70 | 14 | BD | 29 | 59 | 0 | 1A | 111 | 51 | 29 |
| Octal | 160 | 24 | 275 | 51 | 131 | 0 | 32 | 421 | 121 | 51 |
| Binary | 1110000 | 10100 | 10111101 | 101001 | 1011001 | 0 | 11010 | 100010001 | 1010001 | 101001 |
Color Harmonies of #7014BD
Complementary color
Monochromatic Colors of #7014BD
Black with #7014BD
Text Example
Text Example
White with #7014BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7014BD; }
p { color: rgb(112,20,189); }
H1.HeaderClassName
{
color: #7014BD;
}
.AnyTagClassName
{
color: #7014BD;
}
</style>
background-color css
<style>
a { background-color: #7014BD; }
a { background-color: rgb(112,20,189); }
div.DivClassName
{
background-color: #7014BD;
}
.BgClassName
{
background-color: #7014BD;
}
</style>
border-color css
<style>
span { border-color: #7014BD; }
span { border-color: rgb(112,20,189); }
td.TdClassName
{
border-color: #7014BD;
}
.TagClassName
{
border-color: #7014BD;
}
</style>