Shades of Purple Heart #792CB2
Tints of Purple Heart #792CB2
RGB
CMYK
RGB Variations
Color information
#792CB2 (or 0x792CB2) is known color: Purple Heart. HEX triplet: 79, 2C and B2. RGB value is (121,44,178). Sum of RGB (Red+Green+Blue) = 121+44+178=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 178 (69.92% from 255 or 51.90% from 343); Max value from RGB is 178 - color contains mainly: blue. Hex color #792CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792CB2 is #86D34D. Grayscale: #515151. Windows color (decimal): -8835918 or 11676793. OLE color: 11676793.
HSL color Cylindrical-coordinate representation of color #792CB2: hue angle of 274.48º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #792CB2 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 44 | 178 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.30 |
| HSL | 274.48º | 0.6% | 0.44% | - |
| HSV(B) | 274.48º | 0.75% | 0.7% | - |
| XYZ | 16.82 | 9.08 | 42.99 | - |
| YUV | 82.3 | 182.01 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 44 | 178 | 0.32 | 0.75 | 0 | 0.30 | 274.48 | 0.6 | 0.44 |
| Hex | 79 | 2C | B2 | 20 | 4B | 0 | 1E | 112 | 3C | 2C |
| Octal | 171 | 54 | 262 | 40 | 113 | 0 | 36 | 422 | 74 | 54 |
| Binary | 1111001 | 101100 | 10110010 | 100000 | 1001011 | 0 | 11110 | 100010010 | 111100 | 101100 |
Color Harmonies of #792CB2
Complementary color
Monochromatic Colors of #792CB2
Black with #792CB2
Text Example
Text Example
White with #792CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792CB2; }
p { color: rgb(121,44,178); }
H1.HeaderClassName
{
color: #792CB2;
}
.AnyTagClassName
{
color: #792CB2;
}
</style>
background-color css
<style>
a { background-color: #792CB2; }
a { background-color: rgb(121,44,178); }
div.DivClassName
{
background-color: #792CB2;
}
.BgClassName
{
background-color: #792CB2;
}
</style>
border-color css
<style>
span { border-color: #792CB2; }
span { border-color: rgb(121,44,178); }
td.TdClassName
{
border-color: #792CB2;
}
.TagClassName
{
border-color: #792CB2;
}
</style>