Shades of Purple Heart #7619BE
Tints of Purple Heart #7619BE
RGB
CMYK
RGB Variations
Color information
#7619BE (or 0x7619BE) is known color: Purple Heart. HEX triplet: 76, 19 and BE. RGB value is (118,25,190). Sum of RGB (Red+Green+Blue) = 118+25+190=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #7619BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7619BE is #89E641. Grayscale: #474747. Windows color (decimal): -9037378 or 12458358. OLE color: 12458358.
HSL color Cylindrical-coordinate representation of color #7619BE: hue angle of 273.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7619BE is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 25 | 190 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.25 |
| HSL | 273.82º | 0.77% | 0.42% | - |
| HSV(B) | 273.82º | 0.87% | 0.75% | - |
| XYZ | 17.11 | 8.26 | 49.41 | - |
| YUV | 71.62 | 194.81 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 25 | 190 | 0.38 | 0.87 | 0 | 0.25 | 273.82 | 0.77 | 0.42 |
| Hex | 76 | 19 | BE | 26 | 57 | 0 | 19 | 112 | 4D | 2A |
| Octal | 166 | 31 | 276 | 46 | 127 | 0 | 31 | 422 | 115 | 52 |
| Binary | 1110110 | 11001 | 10111110 | 100110 | 1010111 | 0 | 11001 | 100010010 | 1001101 | 101010 |
Color Harmonies of #7619BE
Complementary color
Monochromatic Colors of #7619BE
Black with #7619BE
Text Example
Text Example
White with #7619BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7619BE; }
p { color: rgb(118,25,190); }
H1.HeaderClassName
{
color: #7619BE;
}
.AnyTagClassName
{
color: #7619BE;
}
</style>
background-color css
<style>
a { background-color: #7619BE; }
a { background-color: rgb(118,25,190); }
div.DivClassName
{
background-color: #7619BE;
}
.BgClassName
{
background-color: #7619BE;
}
</style>
border-color css
<style>
span { border-color: #7619BE; }
span { border-color: rgb(118,25,190); }
td.TdClassName
{
border-color: #7619BE;
}
.TagClassName
{
border-color: #7619BE;
}
</style>