Shades of Purple Heart #771AB3
Tints of Purple Heart #771AB3
RGB
CMYK
RGB Variations
Color information
#771AB3 (or 0x771AB3) is known color: Purple Heart. HEX triplet: 77, 1A and B3. RGB value is (119,26,179). Sum of RGB (Red+Green+Blue) = 119+26+179=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 179 (70.31% from 255 or 55.25% from 324); Max value from RGB is 179 - color contains mainly: blue. Hex color #771AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771AB3 is #88E54C. Grayscale: #464646. Windows color (decimal): -8971597 or 11737719. OLE color: 11737719.
HSL color Cylindrical-coordinate representation of color #771AB3: hue angle of 276.47º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771AB3 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 26 | 179 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.30 |
| HSL | 276.47º | 0.75% | 0.4% | - |
| HSV(B) | 276.47º | 0.85% | 0.7% | - |
| XYZ | 16.11 | 7.92 | 43.33 | - |
| YUV | 71.25 | 188.81 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 26 | 179 | 0.34 | 0.85 | 0 | 0.30 | 276.47 | 0.75 | 0.4 |
| Hex | 77 | 1A | B3 | 22 | 55 | 0 | 1E | 114 | 4B | 28 |
| Octal | 167 | 32 | 263 | 42 | 125 | 0 | 36 | 424 | 113 | 50 |
| Binary | 1110111 | 11010 | 10110011 | 100010 | 1010101 | 0 | 11110 | 100010100 | 1001011 | 101000 |
Color Harmonies of #771AB3
Complementary color
Monochromatic Colors of #771AB3
Black with #771AB3
Text Example
Text Example
White with #771AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771AB3; }
p { color: rgb(119,26,179); }
H1.HeaderClassName
{
color: #771AB3;
}
.AnyTagClassName
{
color: #771AB3;
}
</style>
background-color css
<style>
a { background-color: #771AB3; }
a { background-color: rgb(119,26,179); }
div.DivClassName
{
background-color: #771AB3;
}
.BgClassName
{
background-color: #771AB3;
}
</style>
border-color css
<style>
span { border-color: #771AB3; }
span { border-color: rgb(119,26,179); }
td.TdClassName
{
border-color: #771AB3;
}
.TagClassName
{
border-color: #771AB3;
}
</style>