Shades of Purple Heart #7414BB
Tints of Purple Heart #7414BB
RGB
CMYK
RGB Variations
Color information
#7414BB (or 0x7414BB) is known color: Purple Heart. HEX triplet: 74, 14 and BB. RGB value is (116,20,187). Sum of RGB (Red+Green+Blue) = 116+20+187=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #7414BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7414BB is #8BEB44. Grayscale: #434343. Windows color (decimal): -9169733 or 12260468. OLE color: 12260468.
HSL color Cylindrical-coordinate representation of color #7414BB: hue angle of 274.49º 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 #7414BB is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 20 | 187 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.27 |
| HSL | 274.49º | 0.81% | 0.41% | - |
| HSV(B) | 274.49º | 0.89% | 0.73% | - |
| XYZ | 16.42 | 7.8 | 47.65 | - |
| YUV | 67.74 | 195.3 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 187 | 0.38 | 0.89 | 0 | 0.27 | 274.49 | 0.81 | 0.41 |
| Hex | 74 | 14 | BB | 26 | 59 | 0 | 1B | 112 | 51 | 29 |
| Octal | 164 | 24 | 273 | 46 | 131 | 0 | 33 | 422 | 121 | 51 |
| Binary | 1110100 | 10100 | 10111011 | 100110 | 1011001 | 0 | 11011 | 100010010 | 1010001 | 101001 |
Color Harmonies of #7414BB
Complementary color
Monochromatic Colors of #7414BB
Black with #7414BB
Text Example
Text Example
White with #7414BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7414BB; }
p { color: rgb(116,20,187); }
H1.HeaderClassName
{
color: #7414BB;
}
.AnyTagClassName
{
color: #7414BB;
}
</style>
background-color css
<style>
a { background-color: #7414BB; }
a { background-color: rgb(116,20,187); }
div.DivClassName
{
background-color: #7414BB;
}
.BgClassName
{
background-color: #7414BB;
}
</style>
border-color css
<style>
span { border-color: #7414BB; }
span { border-color: rgb(116,20,187); }
td.TdClassName
{
border-color: #7414BB;
}
.TagClassName
{
border-color: #7414BB;
}
</style>