Shades of Purple Heart #771AB0
Tints of Purple Heart #771AB0
RGB
CMYK
RGB Variations
Color information
#771AB0 (or 0x771AB0) is known color: Purple Heart. HEX triplet: 77, 1A and B0. RGB value is (119,26,176). Sum of RGB (Red+Green+Blue) = 119+26+176=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 176 (69.14% from 255 or 54.83% from 321); Max value from RGB is 176 - color contains mainly: blue. Hex color #771AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771AB0 is #88E54F. Grayscale: #464646. Windows color (decimal): -8971600 or 11541111. OLE color: 11541111.
HSL color Cylindrical-coordinate representation of color #771AB0: hue angle of 277.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771AB0 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 26 | 176 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.31 |
| HSL | 277.2º | 0.74% | 0.4% | - |
| HSV(B) | 277.2º | 0.85% | 0.69% | - |
| XYZ | 15.81 | 7.8 | 41.75 | - |
| YUV | 70.91 | 187.31 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 26 | 176 | 0.32 | 0.85 | 0 | 0.31 | 277.2 | 0.74 | 0.4 |
| Hex | 77 | 1A | B0 | 20 | 55 | 0 | 1F | 115 | 4A | 28 |
| Octal | 167 | 32 | 260 | 40 | 125 | 0 | 37 | 425 | 112 | 50 |
| Binary | 1110111 | 11010 | 10110000 | 100000 | 1010101 | 0 | 11111 | 100010101 | 1001010 | 101000 |
Color Harmonies of #771AB0
Complementary color
Monochromatic Colors of #771AB0
Black with #771AB0
Text Example
Text Example
White with #771AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771AB0; }
p { color: rgb(119,26,176); }
H1.HeaderClassName
{
color: #771AB0;
}
.AnyTagClassName
{
color: #771AB0;
}
</style>
background-color css
<style>
a { background-color: #771AB0; }
a { background-color: rgb(119,26,176); }
div.DivClassName
{
background-color: #771AB0;
}
.BgClassName
{
background-color: #771AB0;
}
</style>
border-color css
<style>
span { border-color: #771AB0; }
span { border-color: rgb(119,26,176); }
td.TdClassName
{
border-color: #771AB0;
}
.TagClassName
{
border-color: #771AB0;
}
</style>