Shades of Purple Heart #792EC1
Tints of Purple Heart #792EC1
RGB
CMYK
RGB Variations
Color information
#792EC1 (or 0x792EC1) is known color: Purple Heart. HEX triplet: 79, 2E and C1. RGB value is (121,46,193). Sum of RGB (Red+Green+Blue) = 121+46+193=360 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.61% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #792EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792EC1 is #86D13E. Grayscale: #545454. Windows color (decimal): -8835391 or 12660345. OLE color: 12660345.
HSL color Cylindrical-coordinate representation of color #792EC1: hue angle of 270.61º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #792EC1 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 46 | 193 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.24 |
| HSL | 270.61º | 0.62% | 0.47% | - |
| HSV(B) | 270.61º | 0.76% | 0.76% | - |
| XYZ | 18.49 | 9.87 | 51.38 | - |
| YUV | 85.18 | 188.85 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 193 | 0.37 | 0.76 | 0 | 0.24 | 270.61 | 0.62 | 0.47 |
| Hex | 79 | 2E | C1 | 25 | 4C | 0 | 18 | 10F | 3E | 2F |
| Octal | 171 | 56 | 301 | 45 | 114 | 0 | 30 | 417 | 76 | 57 |
| Binary | 1111001 | 101110 | 11000001 | 100101 | 1001100 | 0 | 11000 | 100001111 | 111110 | 101111 |
Color Harmonies of #792EC1
Complementary color
Monochromatic Colors of #792EC1
Black with #792EC1
Text Example
Text Example
White with #792EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792EC1; }
p { color: rgb(121,46,193); }
H1.HeaderClassName
{
color: #792EC1;
}
.AnyTagClassName
{
color: #792EC1;
}
</style>
background-color css
<style>
a { background-color: #792EC1; }
a { background-color: rgb(121,46,193); }
div.DivClassName
{
background-color: #792EC1;
}
.BgClassName
{
background-color: #792EC1;
}
</style>
border-color css
<style>
span { border-color: #792EC1; }
span { border-color: rgb(121,46,193); }
td.TdClassName
{
border-color: #792EC1;
}
.TagClassName
{
border-color: #792EC1;
}
</style>