Shades of Purple Heart #7519BE
Tints of Purple Heart #7519BE
RGB
CMYK
RGB Variations
Color information
#7519BE (or 0x7519BE) is known color: Purple Heart. HEX triplet: 75, 19 and BE. RGB value is (117,25,190). Sum of RGB (Red+Green+Blue) = 117+25+190=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #7519BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7519BE is #8AE641. Grayscale: #464646. Windows color (decimal): -9102914 or 12458357. OLE color: 12458357.
HSL color Cylindrical-coordinate representation of color #7519BE: hue angle of 273.45º 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 #7519BE is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 25 | 190 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.25 |
| HSL | 273.45º | 0.77% | 0.42% | - |
| HSV(B) | 273.45º | 0.87% | 0.75% | - |
| XYZ | 16.98 | 8.19 | 49.4 | - |
| YUV | 71.32 | 194.98 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 190 | 0.38 | 0.87 | 0 | 0.25 | 273.45 | 0.77 | 0.42 |
| Hex | 75 | 19 | BE | 26 | 57 | 0 | 19 | 111 | 4D | 2A |
| Octal | 165 | 31 | 276 | 46 | 127 | 0 | 31 | 421 | 115 | 52 |
| Binary | 1110101 | 11001 | 10111110 | 100110 | 1010111 | 0 | 11001 | 100010001 | 1001101 | 101010 |
Color Harmonies of #7519BE
Complementary color
Monochromatic Colors of #7519BE
Black with #7519BE
Text Example
Text Example
White with #7519BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7519BE; }
p { color: rgb(117,25,190); }
H1.HeaderClassName
{
color: #7519BE;
}
.AnyTagClassName
{
color: #7519BE;
}
</style>
background-color css
<style>
a { background-color: #7519BE; }
a { background-color: rgb(117,25,190); }
div.DivClassName
{
background-color: #7519BE;
}
.BgClassName
{
background-color: #7519BE;
}
</style>
border-color css
<style>
span { border-color: #7519BE; }
span { border-color: rgb(117,25,190); }
td.TdClassName
{
border-color: #7519BE;
}
.TagClassName
{
border-color: #7519BE;
}
</style>