Shades of Purple Heart #7614BE
Tints of Purple Heart #7614BE
RGB
CMYK
RGB Variations
Color information
#7614BE (or 0x7614BE) is known color: Purple Heart. HEX triplet: 76, 14 and BE. RGB value is (118,20,190). Sum of RGB (Red+Green+Blue) = 118+20+190=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #7614BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7614BE is #89EB41. Grayscale: #444444. Windows color (decimal): -9038658 or 12457078. OLE color: 12457078.
HSL color Cylindrical-coordinate representation of color #7614BE: hue angle of 274.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7614BE is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 20 | 190 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.25 |
| HSL | 274.59º | 0.81% | 0.41% | - |
| HSV(B) | 274.59º | 0.89% | 0.75% | - |
| XYZ | 17.02 | 8.07 | 49.38 | - |
| YUV | 68.68 | 196.47 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 190 | 0.38 | 0.89 | 0 | 0.25 | 274.59 | 0.81 | 0.41 |
| Hex | 76 | 14 | BE | 26 | 59 | 0 | 19 | 113 | 51 | 29 |
| Octal | 166 | 24 | 276 | 46 | 131 | 0 | 31 | 423 | 121 | 51 |
| Binary | 1110110 | 10100 | 10111110 | 100110 | 1011001 | 0 | 11001 | 100010011 | 1010001 | 101001 |
Color Harmonies of #7614BE
Complementary color
Monochromatic Colors of #7614BE
Black with #7614BE
Text Example
Text Example
White with #7614BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7614BE; }
p { color: rgb(118,20,190); }
H1.HeaderClassName
{
color: #7614BE;
}
.AnyTagClassName
{
color: #7614BE;
}
</style>
background-color css
<style>
a { background-color: #7614BE; }
a { background-color: rgb(118,20,190); }
div.DivClassName
{
background-color: #7614BE;
}
.BgClassName
{
background-color: #7614BE;
}
</style>
border-color css
<style>
span { border-color: #7614BE; }
span { border-color: rgb(118,20,190); }
td.TdClassName
{
border-color: #7614BE;
}
.TagClassName
{
border-color: #7614BE;
}
</style>