Shades of Purple Heart #791CB0
Tints of Purple Heart #791CB0
RGB
CMYK
RGB Variations
Color information
#791CB0 (or 0x791CB0) is known color: Purple Heart. HEX triplet: 79, 1C and B0. RGB value is (121,28,176). Sum of RGB (Red+Green+Blue) = 121+28+176=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #791CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791CB0 is #86E34F. Grayscale: #484848. Windows color (decimal): -8840016 or 11541625. OLE color: 11541625.
HSL color Cylindrical-coordinate representation of color #791CB0: hue angle of 277.7º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791CB0 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 28 | 176 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.31 |
| HSL | 277.7º | 0.73% | 0.4% | - |
| HSV(B) | 277.7º | 0.84% | 0.69% | - |
| XYZ | 16.14 | 8.03 | 41.77 | - |
| YUV | 72.68 | 186.31 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 176 | 0.31 | 0.84 | 0 | 0.31 | 277.7 | 0.73 | 0.4 |
| Hex | 79 | 1C | B0 | 1F | 54 | 0 | 1F | 116 | 49 | 28 |
| Octal | 171 | 34 | 260 | 37 | 124 | 0 | 37 | 426 | 111 | 50 |
| Binary | 1111001 | 11100 | 10110000 | 11111 | 1010100 | 0 | 11111 | 100010110 | 1001001 | 101000 |
Color Harmonies of #791CB0
Complementary color
Monochromatic Colors of #791CB0
Black with #791CB0
Text Example
Text Example
White with #791CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791CB0; }
p { color: rgb(121,28,176); }
H1.HeaderClassName
{
color: #791CB0;
}
.AnyTagClassName
{
color: #791CB0;
}
</style>
background-color css
<style>
a { background-color: #791CB0; }
a { background-color: rgb(121,28,176); }
div.DivClassName
{
background-color: #791CB0;
}
.BgClassName
{
background-color: #791CB0;
}
</style>
border-color css
<style>
span { border-color: #791CB0; }
span { border-color: rgb(121,28,176); }
td.TdClassName
{
border-color: #791CB0;
}
.TagClassName
{
border-color: #791CB0;
}
</style>