Shades of Purple Heart #771BAC
Tints of Purple Heart #771BAC
RGB
CMYK
RGB Variations
Color information
#771BAC (or 0x771BAC) is known color: Purple Heart. HEX triplet: 77, 1B and AC. RGB value is (119,27,172). Sum of RGB (Red+Green+Blue) = 119+27+172=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #771BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771BAC is #88E453. Grayscale: #464646. Windows color (decimal): -8971348 or 11279223. OLE color: 11279223.
HSL color Cylindrical-coordinate representation of color #771BAC: hue angle of 278.07º degrees, saturation: 0.73, 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 #771BAC is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 27 | 172 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.33 |
| HSL | 278.07º | 0.73% | 0.39% | - |
| HSV(B) | 278.07º | 0.84% | 0.67% | - |
| XYZ | 15.45 | 7.68 | 39.7 | - |
| YUV | 71.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 172 | 0.31 | 0.84 | 0 | 0.33 | 278.07 | 0.73 | 0.39 |
| Hex | 77 | 1B | AC | 1F | 54 | 0 | 21 | 116 | 49 | 27 |
| Octal | 167 | 33 | 254 | 37 | 124 | 0 | 41 | 426 | 111 | 47 |
| Binary | 1110111 | 11011 | 10101100 | 11111 | 1010100 | 0 | 100001 | 100010110 | 1001001 | 100111 |
Color Harmonies of #771BAC
Complementary color
Monochromatic Colors of #771BAC
Black with #771BAC
Text Example
Text Example
White with #771BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771BAC; }
p { color: rgb(119,27,172); }
H1.HeaderClassName
{
color: #771BAC;
}
.AnyTagClassName
{
color: #771BAC;
}
</style>
background-color css
<style>
a { background-color: #771BAC; }
a { background-color: rgb(119,27,172); }
div.DivClassName
{
background-color: #771BAC;
}
.BgClassName
{
background-color: #771BAC;
}
</style>
border-color css
<style>
span { border-color: #771BAC; }
span { border-color: rgb(119,27,172); }
td.TdClassName
{
border-color: #771BAC;
}
.TagClassName
{
border-color: #771BAC;
}
</style>