Shades of Purple Heart #7B19C9
Tints of Purple Heart #7B19C9
RGB
CMYK
RGB Variations
Color information
#7B19C9 (or 0x7B19C9) is known color: Purple Heart. HEX triplet: 7B, 19 and C9. RGB value is (123,25,201). Sum of RGB (Red+Green+Blue) = 123+25+201=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 201 (78.91% from 255 or 57.59% from 349); Max value from RGB is 201 - color contains mainly: blue. Hex color #7B19C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B19C9 is #84E636. Grayscale: #494949. Windows color (decimal): -8709687 or 13179259. OLE color: 13179259.
HSL color Cylindrical-coordinate representation of color #7B19C9: hue angle of 273.41º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B19C9 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 25 | 201 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.21 |
| HSL | 273.41º | 0.78% | 0.44% | - |
| HSV(B) | 273.41º | 0.88% | 0.79% | - |
| XYZ | 19.06 | 9.12 | 56.01 | - |
| YUV | 74.37 | 199.47 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 201 | 0.39 | 0.88 | 0 | 0.21 | 273.41 | 0.78 | 0.44 |
| Hex | 7B | 19 | C9 | 27 | 58 | 0 | 15 | 111 | 4E | 2C |
| Octal | 173 | 31 | 311 | 47 | 130 | 0 | 25 | 421 | 116 | 54 |
| Binary | 1111011 | 11001 | 11001001 | 100111 | 1011000 | 0 | 10101 | 100010001 | 1001110 | 101100 |
Color Harmonies of #7B19C9
Complementary color
Monochromatic Colors of #7B19C9
Black with #7B19C9
Text Example
Text Example
White with #7B19C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B19C9; }
p { color: rgb(123,25,201); }
H1.HeaderClassName
{
color: #7B19C9;
}
.AnyTagClassName
{
color: #7B19C9;
}
</style>
background-color css
<style>
a { background-color: #7B19C9; }
a { background-color: rgb(123,25,201); }
div.DivClassName
{
background-color: #7B19C9;
}
.BgClassName
{
background-color: #7B19C9;
}
</style>
border-color css
<style>
span { border-color: #7B19C9; }
span { border-color: rgb(123,25,201); }
td.TdClassName
{
border-color: #7B19C9;
}
.TagClassName
{
border-color: #7B19C9;
}
</style>