Shades of Purple Heart #771BBC
Tints of Purple Heart #771BBC
RGB
CMYK
RGB Variations
Color information
#771BBC (or 0x771BBC) is known color: Purple Heart. HEX triplet: 77, 1B and BC. RGB value is (119,27,188). Sum of RGB (Red+Green+Blue) = 119+27+188=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #771BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BBC is #88E443. Grayscale: #484848. Windows color (decimal): -8971332 or 12327799. OLE color: 12327799.
HSL color Cylindrical-coordinate representation of color #771BBC: hue angle of 274.29º 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 #771BBC is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 27 | 188 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.26 |
| HSL | 274.29º | 0.75% | 0.42% | - |
| HSV(B) | 274.29º | 0.86% | 0.74% | - |
| XYZ | 17.08 | 8.34 | 48.29 | - |
| YUV | 72.86 | 192.98 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 188 | 0.37 | 0.86 | 0 | 0.26 | 274.29 | 0.75 | 0.42 |
| Hex | 77 | 1B | BC | 25 | 56 | 0 | 1A | 112 | 4B | 2A |
| Octal | 167 | 33 | 274 | 45 | 126 | 0 | 32 | 422 | 113 | 52 |
| Binary | 1110111 | 11011 | 10111100 | 100101 | 1010110 | 0 | 11010 | 100010010 | 1001011 | 101010 |
Color Harmonies of #771BBC
Complementary color
Monochromatic Colors of #771BBC
Black with #771BBC
Text Example
Text Example
White with #771BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771BBC; }
p { color: rgb(119,27,188); }
H1.HeaderClassName
{
color: #771BBC;
}
.AnyTagClassName
{
color: #771BBC;
}
</style>
background-color css
<style>
a { background-color: #771BBC; }
a { background-color: rgb(119,27,188); }
div.DivClassName
{
background-color: #771BBC;
}
.BgClassName
{
background-color: #771BBC;
}
</style>
border-color css
<style>
span { border-color: #771BBC; }
span { border-color: rgb(119,27,188); }
td.TdClassName
{
border-color: #771BBC;
}
.TagClassName
{
border-color: #771BBC;
}
</style>