Shades of Purple Heart #771DB6
Tints of Purple Heart #771DB6
RGB
CMYK
RGB Variations
Color information
#771DB6 (or 0x771DB6) is known color: Purple Heart. HEX triplet: 77, 1D and B6. RGB value is (119,29,182). Sum of RGB (Red+Green+Blue) = 119+29+182=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #771DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DB6 is #88E249. Grayscale: #484848. Windows color (decimal): -8970826 or 11935095. OLE color: 11935095.
HSL color Cylindrical-coordinate representation of color #771DB6: hue angle of 275.29º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771DB6 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 29 | 182 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.29 |
| HSL | 275.29º | 0.73% | 0.41% | - |
| HSV(B) | 275.29º | 0.84% | 0.71% | - |
| XYZ | 16.49 | 8.18 | 44.97 | - |
| YUV | 73.35 | 189.32 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 182 | 0.35 | 0.84 | 0 | 0.29 | 275.29 | 0.73 | 0.41 |
| Hex | 77 | 1D | B6 | 23 | 54 | 0 | 1D | 113 | 49 | 29 |
| Octal | 167 | 35 | 266 | 43 | 124 | 0 | 35 | 423 | 111 | 51 |
| Binary | 1110111 | 11101 | 10110110 | 100011 | 1010100 | 0 | 11101 | 100010011 | 1001001 | 101001 |
Color Harmonies of #771DB6
Complementary color
Monochromatic Colors of #771DB6
Black with #771DB6
Text Example
Text Example
White with #771DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771DB6; }
p { color: rgb(119,29,182); }
H1.HeaderClassName
{
color: #771DB6;
}
.AnyTagClassName
{
color: #771DB6;
}
</style>
background-color css
<style>
a { background-color: #771DB6; }
a { background-color: rgb(119,29,182); }
div.DivClassName
{
background-color: #771DB6;
}
.BgClassName
{
background-color: #771DB6;
}
</style>
border-color css
<style>
span { border-color: #771DB6; }
span { border-color: rgb(119,29,182); }
td.TdClassName
{
border-color: #771DB6;
}
.TagClassName
{
border-color: #771DB6;
}
</style>