Shades of Purple Heart #771EC3
Tints of Purple Heart #771EC3
RGB
CMYK
RGB Variations
Color information
#771EC3 (or 0x771EC3) is known color: Purple Heart. HEX triplet: 77, 1E and C3. RGB value is (119,30,195). Sum of RGB (Red+Green+Blue) = 119+30+195=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 195 (76.56% from 255 or 56.69% from 344); Max value from RGB is 195 - color contains mainly: blue. Hex color #771EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771EC3 is #88E13C. Grayscale: #4A4A4A. Windows color (decimal): -8970557 or 12787319. OLE color: 12787319.
HSL color Cylindrical-coordinate representation of color #771EC3: hue angle of 272.36º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771EC3 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 30 | 195 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.24 |
| HSL | 272.36º | 0.73% | 0.44% | - |
| HSV(B) | 272.36º | 0.85% | 0.76% | - |
| XYZ | 17.92 | 8.79 | 52.38 | - |
| YUV | 75.42 | 195.49 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 195 | 0.39 | 0.85 | 0 | 0.24 | 272.36 | 0.73 | 0.44 |
| Hex | 77 | 1E | C3 | 27 | 55 | 0 | 18 | 110 | 49 | 2C |
| Octal | 167 | 36 | 303 | 47 | 125 | 0 | 30 | 420 | 111 | 54 |
| Binary | 1110111 | 11110 | 11000011 | 100111 | 1010101 | 0 | 11000 | 100010000 | 1001001 | 101100 |
Color Harmonies of #771EC3
Complementary color
Monochromatic Colors of #771EC3
Black with #771EC3
Text Example
Text Example
White with #771EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771EC3; }
p { color: rgb(119,30,195); }
H1.HeaderClassName
{
color: #771EC3;
}
.AnyTagClassName
{
color: #771EC3;
}
</style>
background-color css
<style>
a { background-color: #771EC3; }
a { background-color: rgb(119,30,195); }
div.DivClassName
{
background-color: #771EC3;
}
.BgClassName
{
background-color: #771EC3;
}
</style>
border-color css
<style>
span { border-color: #771EC3; }
span { border-color: rgb(119,30,195); }
td.TdClassName
{
border-color: #771EC3;
}
.TagClassName
{
border-color: #771EC3;
}
</style>