Shades of Purple Heart #771CBF
Tints of Purple Heart #771CBF
RGB
CMYK
RGB Variations
Color information
#771CBF (or 0x771CBF) is known color: Purple Heart. HEX triplet: 77, 1C and BF. RGB value is (119,28,191). Sum of RGB (Red+Green+Blue) = 119+28+191=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #771CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CBF is #88E340. Grayscale: #494949. Windows color (decimal): -8971073 or 12524663. OLE color: 12524663.
HSL color Cylindrical-coordinate representation of color #771CBF: hue angle of 273.5º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771CBF is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 28 | 191 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.25 |
| HSL | 273.5º | 0.74% | 0.43% | - |
| HSV(B) | 273.5º | 0.85% | 0.75% | - |
| XYZ | 17.43 | 8.51 | 50.02 | - |
| YUV | 73.79 | 194.15 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 191 | 0.38 | 0.85 | 0 | 0.25 | 273.5 | 0.74 | 0.43 |
| Hex | 77 | 1C | BF | 26 | 55 | 0 | 19 | 111 | 4A | 2B |
| Octal | 167 | 34 | 277 | 46 | 125 | 0 | 31 | 421 | 112 | 53 |
| Binary | 1110111 | 11100 | 10111111 | 100110 | 1010101 | 0 | 11001 | 100010001 | 1001010 | 101011 |
Color Harmonies of #771CBF
Complementary color
Monochromatic Colors of #771CBF
Black with #771CBF
Text Example
Text Example
White with #771CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771CBF; }
p { color: rgb(119,28,191); }
H1.HeaderClassName
{
color: #771CBF;
}
.AnyTagClassName
{
color: #771CBF;
}
</style>
background-color css
<style>
a { background-color: #771CBF; }
a { background-color: rgb(119,28,191); }
div.DivClassName
{
background-color: #771CBF;
}
.BgClassName
{
background-color: #771CBF;
}
</style>
border-color css
<style>
span { border-color: #771CBF; }
span { border-color: rgb(119,28,191); }
td.TdClassName
{
border-color: #771CBF;
}
.TagClassName
{
border-color: #771CBF;
}
</style>