Shades of Purple Heart #7919C6
Tints of Purple Heart #7919C6
RGB
CMYK
RGB Variations
Color information
#7919C6 (or 0x7919C6) is known color: Purple Heart. HEX triplet: 79, 19 and C6. RGB value is (121,25,198). Sum of RGB (Red+Green+Blue) = 121+25+198=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 198 (77.73% from 255 or 57.56% from 344); Max value from RGB is 198 - color contains mainly: blue. Hex color #7919C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7919C6 is #86E639. Grayscale: #484848. Windows color (decimal): -8840762 or 12982649. OLE color: 12982649.
HSL color Cylindrical-coordinate representation of color #7919C6: hue angle of 273.29º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7919C6 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 25 | 198 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.22 |
| HSL | 273.29º | 0.78% | 0.44% | - |
| HSV(B) | 273.29º | 0.87% | 0.78% | - |
| XYZ | 18.43 | 8.84 | 54.16 | - |
| YUV | 73.43 | 198.3 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 25 | 198 | 0.39 | 0.87 | 0 | 0.22 | 273.29 | 0.78 | 0.44 |
| Hex | 79 | 19 | C6 | 27 | 57 | 0 | 16 | 111 | 4E | 2C |
| Octal | 171 | 31 | 306 | 47 | 127 | 0 | 26 | 421 | 116 | 54 |
| Binary | 1111001 | 11001 | 11000110 | 100111 | 1010111 | 0 | 10110 | 100010001 | 1001110 | 101100 |
Color Harmonies of #7919C6
Complementary color
Monochromatic Colors of #7919C6
Black with #7919C6
Text Example
Text Example
White with #7919C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7919C6; }
p { color: rgb(121,25,198); }
H1.HeaderClassName
{
color: #7919C6;
}
.AnyTagClassName
{
color: #7919C6;
}
</style>
background-color css
<style>
a { background-color: #7919C6; }
a { background-color: rgb(121,25,198); }
div.DivClassName
{
background-color: #7919C6;
}
.BgClassName
{
background-color: #7919C6;
}
</style>
border-color css
<style>
span { border-color: #7919C6; }
span { border-color: rgb(121,25,198); }
td.TdClassName
{
border-color: #7919C6;
}
.TagClassName
{
border-color: #7919C6;
}
</style>