Shades of Purple Heart #791AC2
Tints of Purple Heart #791AC2
RGB
CMYK
RGB Variations
Color information
#791AC2 (or 0x791AC2) is known color: Purple Heart. HEX triplet: 79, 1A and C2. RGB value is (121,26,194). Sum of RGB (Red+Green+Blue) = 121+26+194=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 194 (76.17% from 255 or 56.89% from 341); Max value from RGB is 194 - color contains mainly: blue. Hex color #791AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791AC2 is #86E53D. Grayscale: #484848. Windows color (decimal): -8840510 or 12720761. OLE color: 12720761.
HSL color Cylindrical-coordinate representation of color #791AC2: hue angle of 273.93º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791AC2 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 26 | 194 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.24 |
| HSL | 273.93º | 0.76% | 0.43% | - |
| HSV(B) | 273.93º | 0.87% | 0.76% | - |
| XYZ | 17.99 | 8.7 | 51.77 | - |
| YUV | 73.56 | 195.97 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 26 | 194 | 0.38 | 0.87 | 0 | 0.24 | 273.93 | 0.76 | 0.43 |
| Hex | 79 | 1A | C2 | 26 | 57 | 0 | 18 | 112 | 4C | 2B |
| Octal | 171 | 32 | 302 | 46 | 127 | 0 | 30 | 422 | 114 | 53 |
| Binary | 1111001 | 11010 | 11000010 | 100110 | 1010111 | 0 | 11000 | 100010010 | 1001100 | 101011 |
Color Harmonies of #791AC2
Complementary color
Monochromatic Colors of #791AC2
Black with #791AC2
Text Example
Text Example
White with #791AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791AC2; }
p { color: rgb(121,26,194); }
H1.HeaderClassName
{
color: #791AC2;
}
.AnyTagClassName
{
color: #791AC2;
}
</style>
background-color css
<style>
a { background-color: #791AC2; }
a { background-color: rgb(121,26,194); }
div.DivClassName
{
background-color: #791AC2;
}
.BgClassName
{
background-color: #791AC2;
}
</style>
border-color css
<style>
span { border-color: #791AC2; }
span { border-color: rgb(121,26,194); }
td.TdClassName
{
border-color: #791AC2;
}
.TagClassName
{
border-color: #791AC2;
}
</style>