Shades of Purple Heart #771BBD
Tints of Purple Heart #771BBD
RGB
CMYK
RGB Variations
Color information
#771BBD (or 0x771BBD) is known color: Purple Heart. HEX triplet: 77, 1B and BD. RGB value is (119,27,189). Sum of RGB (Red+Green+Blue) = 119+27+189=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #771BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BBD is #88E442. Grayscale: #484848. Windows color (decimal): -8971331 or 12393335. OLE color: 12393335.
HSL color Cylindrical-coordinate representation of color #771BBD: hue angle of 274.07º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771BBD is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 27 | 189 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.26 |
| HSL | 274.07º | 0.75% | 0.42% | - |
| HSV(B) | 274.07º | 0.86% | 0.74% | - |
| XYZ | 17.18 | 8.38 | 48.86 | - |
| YUV | 72.98 | 193.48 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 189 | 0.37 | 0.86 | 0 | 0.26 | 274.07 | 0.75 | 0.42 |
| Hex | 77 | 1B | BD | 25 | 56 | 0 | 1A | 112 | 4B | 2A |
| Octal | 167 | 33 | 275 | 45 | 126 | 0 | 32 | 422 | 113 | 52 |
| Binary | 1110111 | 11011 | 10111101 | 100101 | 1010110 | 0 | 11010 | 100010010 | 1001011 | 101010 |
Color Harmonies of #771BBD
Complementary color
Monochromatic Colors of #771BBD
Black with #771BBD
Text Example
Text Example
White with #771BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771BBD; }
p { color: rgb(119,27,189); }
H1.HeaderClassName
{
color: #771BBD;
}
.AnyTagClassName
{
color: #771BBD;
}
</style>
background-color css
<style>
a { background-color: #771BBD; }
a { background-color: rgb(119,27,189); }
div.DivClassName
{
background-color: #771BBD;
}
.BgClassName
{
background-color: #771BBD;
}
</style>
border-color css
<style>
span { border-color: #771BBD; }
span { border-color: rgb(119,27,189); }
td.TdClassName
{
border-color: #771BBD;
}
.TagClassName
{
border-color: #771BBD;
}
</style>