Shades of Purple Heart #771CB6
Tints of Purple Heart #771CB6
RGB
CMYK
RGB Variations
Color information
#771CB6 (or 0x771CB6) is known color: Purple Heart. HEX triplet: 77, 1C and B6. RGB value is (119,28,182). Sum of RGB (Red+Green+Blue) = 119+28+182=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #771CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CB6 is #88E349. Grayscale: #484848. Windows color (decimal): -8971082 or 11934839. OLE color: 11934839.
HSL color Cylindrical-coordinate representation of color #771CB6: hue angle of 275.45º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771CB6 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 28 | 182 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.29 |
| HSL | 275.45º | 0.73% | 0.41% | - |
| HSV(B) | 275.45º | 0.85% | 0.71% | - |
| XYZ | 16.47 | 8.13 | 44.96 | - |
| YUV | 72.77 | 189.65 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 182 | 0.35 | 0.85 | 0 | 0.29 | 275.45 | 0.73 | 0.41 |
| Hex | 77 | 1C | B6 | 23 | 55 | 0 | 1D | 113 | 49 | 29 |
| Octal | 167 | 34 | 266 | 43 | 125 | 0 | 35 | 423 | 111 | 51 |
| Binary | 1110111 | 11100 | 10110110 | 100011 | 1010101 | 0 | 11101 | 100010011 | 1001001 | 101001 |
Color Harmonies of #771CB6
Complementary color
Monochromatic Colors of #771CB6
Black with #771CB6
Text Example
Text Example
White with #771CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771CB6; }
p { color: rgb(119,28,182); }
H1.HeaderClassName
{
color: #771CB6;
}
.AnyTagClassName
{
color: #771CB6;
}
</style>
background-color css
<style>
a { background-color: #771CB6; }
a { background-color: rgb(119,28,182); }
div.DivClassName
{
background-color: #771CB6;
}
.BgClassName
{
background-color: #771CB6;
}
</style>
border-color css
<style>
span { border-color: #771CB6; }
span { border-color: rgb(119,28,182); }
td.TdClassName
{
border-color: #771CB6;
}
.TagClassName
{
border-color: #771CB6;
}
</style>