Shades of Purple Heart #771CB7
Tints of Purple Heart #771CB7
RGB
CMYK
RGB Variations
Color information
#771CB7 (or 0x771CB7) is known color: Purple Heart. HEX triplet: 77, 1C and B7. RGB value is (119,28,183). Sum of RGB (Red+Green+Blue) = 119+28+183=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #771CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CB7 is #88E348. Grayscale: #484848. Windows color (decimal): -8971081 or 12000375. OLE color: 12000375.
HSL color Cylindrical-coordinate representation of color #771CB7: hue angle of 275.23º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771CB7 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 28 | 183 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.28 |
| HSL | 275.23º | 0.73% | 0.41% | - |
| HSV(B) | 275.23º | 0.85% | 0.72% | - |
| XYZ | 16.57 | 8.17 | 45.5 | - |
| YUV | 72.88 | 190.15 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 183 | 0.35 | 0.85 | 0 | 0.28 | 275.23 | 0.73 | 0.41 |
| Hex | 77 | 1C | B7 | 23 | 55 | 0 | 1C | 113 | 49 | 29 |
| Octal | 167 | 34 | 267 | 43 | 125 | 0 | 34 | 423 | 111 | 51 |
| Binary | 1110111 | 11100 | 10110111 | 100011 | 1010101 | 0 | 11100 | 100010011 | 1001001 | 101001 |
Color Harmonies of #771CB7
Complementary color
Monochromatic Colors of #771CB7
Black with #771CB7
Text Example
Text Example
White with #771CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771CB7; }
p { color: rgb(119,28,183); }
H1.HeaderClassName
{
color: #771CB7;
}
.AnyTagClassName
{
color: #771CB7;
}
</style>
background-color css
<style>
a { background-color: #771CB7; }
a { background-color: rgb(119,28,183); }
div.DivClassName
{
background-color: #771CB7;
}
.BgClassName
{
background-color: #771CB7;
}
</style>
border-color css
<style>
span { border-color: #771CB7; }
span { border-color: rgb(119,28,183); }
td.TdClassName
{
border-color: #771CB7;
}
.TagClassName
{
border-color: #771CB7;
}
</style>