Shades of Purple Heart #791CCC
Tints of Purple Heart #791CCC
RGB
CMYK
RGB Variations
Color information
#791CCC (or 0x791CCC) is known color: Purple Heart. HEX triplet: 79, 1C and CC. RGB value is (121,28,204). Sum of RGB (Red+Green+Blue) = 121+28+204=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #791CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791CCC is #86E333. Grayscale: #4B4B4B. Windows color (decimal): -8839988 or 13376633. OLE color: 13376633.
HSL color Cylindrical-coordinate representation of color #791CCC: hue angle of 271.7º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791CCC is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 28 | 204 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.2 |
| HSL | 271.7º | 0.76% | 0.45% | - |
| HSV(B) | 271.7º | 0.86% | 0.8% | - |
| XYZ | 19.2 | 9.26 | 57.9 | - |
| YUV | 75.87 | 200.31 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 204 | 0.41 | 0.86 | 0 | 0.2 | 271.7 | 0.76 | 0.45 |
| Hex | 79 | 1C | CC | 29 | 56 | 0 | 14 | 110 | 4C | 2D |
| Octal | 171 | 34 | 314 | 51 | 126 | 0 | 24 | 420 | 114 | 55 |
| Binary | 1111001 | 11100 | 11001100 | 101001 | 1010110 | 0 | 10100 | 100010000 | 1001100 | 101101 |
Color Harmonies of #791CCC
Complementary color
Monochromatic Colors of #791CCC
Black with #791CCC
Text Example
Text Example
White with #791CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791CCC; }
p { color: rgb(121,28,204); }
H1.HeaderClassName
{
color: #791CCC;
}
.AnyTagClassName
{
color: #791CCC;
}
</style>
background-color css
<style>
a { background-color: #791CCC; }
a { background-color: rgb(121,28,204); }
div.DivClassName
{
background-color: #791CCC;
}
.BgClassName
{
background-color: #791CCC;
}
</style>
border-color css
<style>
span { border-color: #791CCC; }
span { border-color: rgb(121,28,204); }
td.TdClassName
{
border-color: #791CCC;
}
.TagClassName
{
border-color: #791CCC;
}
</style>