Shades of Purple Heart #7B19BE
Tints of Purple Heart #7B19BE
RGB
CMYK
RGB Variations
Color information
#7B19BE (or 0x7B19BE) is known color: Purple Heart. HEX triplet: 7B, 19 and BE. RGB value is (123,25,190). Sum of RGB (Red+Green+Blue) = 123+25+190=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B19BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B19BE is #84E641. Grayscale: #484848. Windows color (decimal): -8709698 or 12458363. OLE color: 12458363.
HSL color Cylindrical-coordinate representation of color #7B19BE: hue angle of 275.64º 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 #7B19BE is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 25 | 190 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.25 |
| HSL | 275.64º | 0.77% | 0.42% | - |
| HSV(B) | 275.64º | 0.87% | 0.75% | - |
| XYZ | 17.81 | 8.62 | 49.44 | - |
| YUV | 73.11 | 193.97 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 190 | 0.35 | 0.87 | 0 | 0.25 | 275.64 | 0.77 | 0.42 |
| Hex | 7B | 19 | BE | 23 | 57 | 0 | 19 | 114 | 4D | 2A |
| Octal | 173 | 31 | 276 | 43 | 127 | 0 | 31 | 424 | 115 | 52 |
| Binary | 1111011 | 11001 | 10111110 | 100011 | 1010111 | 0 | 11001 | 100010100 | 1001101 | 101010 |
Color Harmonies of #7B19BE
Complementary color
Monochromatic Colors of #7B19BE
Black with #7B19BE
Text Example
Text Example
White with #7B19BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B19BE; }
p { color: rgb(123,25,190); }
H1.HeaderClassName
{
color: #7B19BE;
}
.AnyTagClassName
{
color: #7B19BE;
}
</style>
background-color css
<style>
a { background-color: #7B19BE; }
a { background-color: rgb(123,25,190); }
div.DivClassName
{
background-color: #7B19BE;
}
.BgClassName
{
background-color: #7B19BE;
}
</style>
border-color css
<style>
span { border-color: #7B19BE; }
span { border-color: rgb(123,25,190); }
td.TdClassName
{
border-color: #7B19BE;
}
.TagClassName
{
border-color: #7B19BE;
}
</style>