Shades of Purple Heart #771BCD
Tints of Purple Heart #771BCD
RGB
CMYK
RGB Variations
Color information
#771BCD (or 0x771BCD) is known color: Purple Heart. HEX triplet: 77, 1B and CD. RGB value is (119,27,205). Sum of RGB (Red+Green+Blue) = 119+27+205=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #771BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BCD is #88E432. Grayscale: #4A4A4A. Windows color (decimal): -8971315 or 13441911. OLE color: 13441911.
HSL color Cylindrical-coordinate representation of color #771BCD: hue angle of 271.01º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771BCD is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 27 | 205 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.20 |
| HSL | 271.01º | 0.77% | 0.45% | - |
| HSV(B) | 271.01º | 0.87% | 0.8% | - |
| XYZ | 19.02 | 9.11 | 58.51 | - |
| YUV | 74.8 | 201.48 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 205 | 0.42 | 0.87 | 0 | 0.20 | 271.01 | 0.77 | 0.45 |
| Hex | 77 | 1B | CD | 2A | 57 | 0 | 14 | 10F | 4D | 2D |
| Octal | 167 | 33 | 315 | 52 | 127 | 0 | 24 | 417 | 115 | 55 |
| Binary | 1110111 | 11011 | 11001101 | 101010 | 1010111 | 0 | 10100 | 100001111 | 1001101 | 101101 |
Color Harmonies of #771BCD
Complementary color
Monochromatic Colors of #771BCD
Black with #771BCD
Text Example
Text Example
White with #771BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771BCD; }
p { color: rgb(119,27,205); }
H1.HeaderClassName
{
color: #771BCD;
}
.AnyTagClassName
{
color: #771BCD;
}
</style>
background-color css
<style>
a { background-color: #771BCD; }
a { background-color: rgb(119,27,205); }
div.DivClassName
{
background-color: #771BCD;
}
.BgClassName
{
background-color: #771BCD;
}
</style>
border-color css
<style>
span { border-color: #771BCD; }
span { border-color: rgb(119,27,205); }
td.TdClassName
{
border-color: #771BCD;
}
.TagClassName
{
border-color: #771BCD;
}
</style>