Shades of Purple Heart #771BC1
Tints of Purple Heart #771BC1
RGB
CMYK
RGB Variations
Color information
#771BC1 (or 0x771BC1) is known color: Purple Heart. HEX triplet: 77, 1B and C1. RGB value is (119,27,193). Sum of RGB (Red+Green+Blue) = 119+27+193=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #771BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BC1 is #88E43E. Grayscale: #484848. Windows color (decimal): -8971327 or 12655479. OLE color: 12655479.
HSL color Cylindrical-coordinate representation of color #771BC1: hue angle of 273.25º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771BC1 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 27 | 193 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.24 |
| HSL | 273.25º | 0.75% | 0.43% | - |
| HSV(B) | 273.25º | 0.86% | 0.76% | - |
| XYZ | 17.63 | 8.56 | 51.17 | - |
| YUV | 73.43 | 195.48 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 193 | 0.38 | 0.86 | 0 | 0.24 | 273.25 | 0.75 | 0.43 |
| Hex | 77 | 1B | C1 | 26 | 56 | 0 | 18 | 111 | 4B | 2B |
| Octal | 167 | 33 | 301 | 46 | 126 | 0 | 30 | 421 | 113 | 53 |
| Binary | 1110111 | 11011 | 11000001 | 100110 | 1010110 | 0 | 11000 | 100010001 | 1001011 | 101011 |
Color Harmonies of #771BC1
Complementary color
Monochromatic Colors of #771BC1
Black with #771BC1
Text Example
Text Example
White with #771BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771BC1; }
p { color: rgb(119,27,193); }
H1.HeaderClassName
{
color: #771BC1;
}
.AnyTagClassName
{
color: #771BC1;
}
</style>
background-color css
<style>
a { background-color: #771BC1; }
a { background-color: rgb(119,27,193); }
div.DivClassName
{
background-color: #771BC1;
}
.BgClassName
{
background-color: #771BC1;
}
</style>
border-color css
<style>
span { border-color: #771BC1; }
span { border-color: rgb(119,27,193); }
td.TdClassName
{
border-color: #771BC1;
}
.TagClassName
{
border-color: #771BC1;
}
</style>