Shades of Purple Heart #771EC7
Tints of Purple Heart #771EC7
RGB
CMYK
RGB Variations
Color information
#771EC7 (or 0x771EC7) is known color: Purple Heart. HEX triplet: 77, 1E and C7. RGB value is (119,30,199). Sum of RGB (Red+Green+Blue) = 119+30+199=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 199 (78.12% from 255 or 57.18% from 348); Max value from RGB is 199 - color contains mainly: blue. Hex color #771EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771EC7 is #88E138. Grayscale: #4B4B4B. Windows color (decimal): -8970553 or 13049463. OLE color: 13049463.
HSL color Cylindrical-coordinate representation of color #771EC7: hue angle of 271.6º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771EC7 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 30 | 199 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.22 |
| HSL | 271.6º | 0.74% | 0.45% | - |
| HSV(B) | 271.6º | 0.85% | 0.78% | - |
| XYZ | 18.38 | 8.97 | 54.8 | - |
| YUV | 75.88 | 197.49 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 199 | 0.40 | 0.85 | 0 | 0.22 | 271.6 | 0.74 | 0.45 |
| Hex | 77 | 1E | C7 | 28 | 55 | 0 | 16 | 110 | 4A | 2D |
| Octal | 167 | 36 | 307 | 50 | 125 | 0 | 26 | 420 | 112 | 55 |
| Binary | 1110111 | 11110 | 11000111 | 101000 | 1010101 | 0 | 10110 | 100010000 | 1001010 | 101101 |
Color Harmonies of #771EC7
Complementary color
Monochromatic Colors of #771EC7
Black with #771EC7
Text Example
Text Example
White with #771EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771EC7; }
p { color: rgb(119,30,199); }
H1.HeaderClassName
{
color: #771EC7;
}
.AnyTagClassName
{
color: #771EC7;
}
</style>
background-color css
<style>
a { background-color: #771EC7; }
a { background-color: rgb(119,30,199); }
div.DivClassName
{
background-color: #771EC7;
}
.BgClassName
{
background-color: #771EC7;
}
</style>
border-color css
<style>
span { border-color: #771EC7; }
span { border-color: rgb(119,30,199); }
td.TdClassName
{
border-color: #771EC7;
}
.TagClassName
{
border-color: #771EC7;
}
</style>