Shades of Purple Heart #771CAA
Tints of Purple Heart #771CAA
RGB
CMYK
RGB Variations
Color information
#771CAA (or 0x771CAA) is known color: Purple Heart. HEX triplet: 77, 1C and AA. RGB value is (119,28,170). Sum of RGB (Red+Green+Blue) = 119+28+170=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #771CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771CAA is #88E355. Grayscale: #464646. Windows color (decimal): -8971094 or 11148407. OLE color: 11148407.
HSL color Cylindrical-coordinate representation of color #771CAA: hue angle of 278.45º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771CAA is Cyan = 0.3, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 28 | 170 | - |
| CMYK | 0.3 | 0.84 | 0 | 0.33 |
| HSL | 278.45º | 0.72% | 0.39% | - |
| HSV(B) | 278.45º | 0.84% | 0.67% | - |
| XYZ | 15.28 | 7.65 | 38.7 | - |
| YUV | 71.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 170 | 0.3 | 0.84 | 0 | 0.33 | 278.45 | 0.72 | 0.39 |
| Hex | 77 | 1C | AA | 1E | 54 | 0 | 21 | 116 | 48 | 27 |
| Octal | 167 | 34 | 252 | 36 | 124 | 0 | 41 | 426 | 110 | 47 |
| Binary | 1110111 | 11100 | 10101010 | 11110 | 1010100 | 0 | 100001 | 100010110 | 1001000 | 100111 |
Color Harmonies of #771CAA
Complementary color
Monochromatic Colors of #771CAA
Black with #771CAA
Text Example
Text Example
White with #771CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771CAA; }
p { color: rgb(119,28,170); }
H1.HeaderClassName
{
color: #771CAA;
}
.AnyTagClassName
{
color: #771CAA;
}
</style>
background-color css
<style>
a { background-color: #771CAA; }
a { background-color: rgb(119,28,170); }
div.DivClassName
{
background-color: #771CAA;
}
.BgClassName
{
background-color: #771CAA;
}
</style>
border-color css
<style>
span { border-color: #771CAA; }
span { border-color: rgb(119,28,170); }
td.TdClassName
{
border-color: #771CAA;
}
.TagClassName
{
border-color: #771CAA;
}
</style>