Shades of Purple Heart #771EC0
Tints of Purple Heart #771EC0
RGB
CMYK
RGB Variations
Color information
#771EC0 (or 0x771EC0) is known color: Purple Heart. HEX triplet: 77, 1E and C0. RGB value is (119,30,192). Sum of RGB (Red+Green+Blue) = 119+30+192=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #771EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771EC0 is #88E13F. Grayscale: #4A4A4A. Windows color (decimal): -8970560 or 12590711. OLE color: 12590711.
HSL color Cylindrical-coordinate representation of color #771EC0: hue angle of 272.96º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771EC0 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 30 | 192 | - |
| CMYK | 0.38 | 0.84 | 0 | 0.25 |
| HSL | 272.96º | 0.73% | 0.44% | - |
| HSV(B) | 272.96º | 0.84% | 0.75% | - |
| XYZ | 17.59 | 8.66 | 50.61 | - |
| YUV | 75.08 | 193.99 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 192 | 0.38 | 0.84 | 0 | 0.25 | 272.96 | 0.73 | 0.44 |
| Hex | 77 | 1E | C0 | 26 | 54 | 0 | 19 | 111 | 49 | 2C |
| Octal | 167 | 36 | 300 | 46 | 124 | 0 | 31 | 421 | 111 | 54 |
| Binary | 1110111 | 11110 | 11000000 | 100110 | 1010100 | 0 | 11001 | 100010001 | 1001001 | 101100 |
Color Harmonies of #771EC0
Complementary color
Monochromatic Colors of #771EC0
Black with #771EC0
Text Example
Text Example
White with #771EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771EC0; }
p { color: rgb(119,30,192); }
H1.HeaderClassName
{
color: #771EC0;
}
.AnyTagClassName
{
color: #771EC0;
}
</style>
background-color css
<style>
a { background-color: #771EC0; }
a { background-color: rgb(119,30,192); }
div.DivClassName
{
background-color: #771EC0;
}
.BgClassName
{
background-color: #771EC0;
}
</style>
border-color css
<style>
span { border-color: #771EC0; }
span { border-color: rgb(119,30,192); }
td.TdClassName
{
border-color: #771EC0;
}
.TagClassName
{
border-color: #771EC0;
}
</style>