Shades of Purple Heart #791DC0
Tints of Purple Heart #791DC0
RGB
CMYK
RGB Variations
Color information
#791DC0 (or 0x791DC0) is known color: Purple Heart. HEX triplet: 79, 1D and C0. RGB value is (121,29,192). Sum of RGB (Red+Green+Blue) = 121+29+192=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #791DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791DC0 is #86E23F. Grayscale: #4A4A4A. Windows color (decimal): -8839744 or 12590457. OLE color: 12590457.
HSL color Cylindrical-coordinate representation of color #791DC0: hue angle of 273.87º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791DC0 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 29 | 192 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.25 |
| HSL | 273.87º | 0.74% | 0.43% | - |
| HSV(B) | 273.87º | 0.85% | 0.75% | - |
| XYZ | 17.84 | 8.75 | 50.62 | - |
| YUV | 75.09 | 193.98 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 192 | 0.37 | 0.85 | 0 | 0.25 | 273.87 | 0.74 | 0.43 |
| Hex | 79 | 1D | C0 | 25 | 55 | 0 | 19 | 112 | 4A | 2B |
| Octal | 171 | 35 | 300 | 45 | 125 | 0 | 31 | 422 | 112 | 53 |
| Binary | 1111001 | 11101 | 11000000 | 100101 | 1010101 | 0 | 11001 | 100010010 | 1001010 | 101011 |
Color Harmonies of #791DC0
Complementary color
Monochromatic Colors of #791DC0
Black with #791DC0
Text Example
Text Example
White with #791DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791DC0; }
p { color: rgb(121,29,192); }
H1.HeaderClassName
{
color: #791DC0;
}
.AnyTagClassName
{
color: #791DC0;
}
</style>
background-color css
<style>
a { background-color: #791DC0; }
a { background-color: rgb(121,29,192); }
div.DivClassName
{
background-color: #791DC0;
}
.BgClassName
{
background-color: #791DC0;
}
</style>
border-color css
<style>
span { border-color: #791DC0; }
span { border-color: rgb(121,29,192); }
td.TdClassName
{
border-color: #791DC0;
}
.TagClassName
{
border-color: #791DC0;
}
</style>