Shades of Purple Heart #771DB9
Tints of Purple Heart #771DB9
RGB
CMYK
RGB Variations
Color information
#771DB9 (or 0x771DB9) is known color: Purple Heart. HEX triplet: 77, 1D and B9. RGB value is (119,29,185). Sum of RGB (Red+Green+Blue) = 119+29+185=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #771DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DB9 is #88E246. Grayscale: #494949. Windows color (decimal): -8970823 or 12131703. OLE color: 12131703.
HSL color Cylindrical-coordinate representation of color #771DB9: hue angle of 274.62º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771DB9 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 29 | 185 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.27 |
| HSL | 274.62º | 0.73% | 0.42% | - |
| HSV(B) | 274.62º | 0.84% | 0.73% | - |
| XYZ | 16.8 | 8.3 | 46.62 | - |
| YUV | 73.69 | 190.82 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 185 | 0.36 | 0.84 | 0 | 0.27 | 274.62 | 0.73 | 0.42 |
| Hex | 77 | 1D | B9 | 24 | 54 | 0 | 1B | 113 | 49 | 2A |
| Octal | 167 | 35 | 271 | 44 | 124 | 0 | 33 | 423 | 111 | 52 |
| Binary | 1110111 | 11101 | 10111001 | 100100 | 1010100 | 0 | 11011 | 100010011 | 1001001 | 101010 |
Color Harmonies of #771DB9
Complementary color
Monochromatic Colors of #771DB9
Black with #771DB9
Text Example
Text Example
White with #771DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771DB9; }
p { color: rgb(119,29,185); }
H1.HeaderClassName
{
color: #771DB9;
}
.AnyTagClassName
{
color: #771DB9;
}
</style>
background-color css
<style>
a { background-color: #771DB9; }
a { background-color: rgb(119,29,185); }
div.DivClassName
{
background-color: #771DB9;
}
.BgClassName
{
background-color: #771DB9;
}
</style>
border-color css
<style>
span { border-color: #771DB9; }
span { border-color: rgb(119,29,185); }
td.TdClassName
{
border-color: #771DB9;
}
.TagClassName
{
border-color: #771DB9;
}
</style>