Shades of Purple Heart #771BCE
Tints of Purple Heart #771BCE
RGB
CMYK
RGB Variations
Color information
#771BCE (or 0x771BCE) is known color: Purple Heart. HEX triplet: 77, 1B and CE. RGB value is (119,27,206). Sum of RGB (Red+Green+Blue) = 119+27+206=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #771BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BCE is #88E431. Grayscale: #4A4A4A. Windows color (decimal): -8971314 or 13507447. OLE color: 13507447.
HSL color Cylindrical-coordinate representation of color #771BCE: hue angle of 270.84º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771BCE is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 27 | 206 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.19 |
| HSL | 270.84º | 0.77% | 0.46% | - |
| HSV(B) | 270.84º | 0.87% | 0.81% | - |
| XYZ | 19.14 | 9.16 | 59.15 | - |
| YUV | 74.91 | 201.98 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 206 | 0.42 | 0.87 | 0 | 0.19 | 270.84 | 0.77 | 0.46 |
| Hex | 77 | 1B | CE | 2A | 57 | 0 | 13 | 10F | 4D | 2E |
| Octal | 167 | 33 | 316 | 52 | 127 | 0 | 23 | 417 | 115 | 56 |
| Binary | 1110111 | 11011 | 11001110 | 101010 | 1010111 | 0 | 10011 | 100001111 | 1001101 | 101110 |
Color Harmonies of #771BCE
Complementary color
Monochromatic Colors of #771BCE
Black with #771BCE
Text Example
Text Example
White with #771BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771BCE; }
p { color: rgb(119,27,206); }
H1.HeaderClassName
{
color: #771BCE;
}
.AnyTagClassName
{
color: #771BCE;
}
</style>
background-color css
<style>
a { background-color: #771BCE; }
a { background-color: rgb(119,27,206); }
div.DivClassName
{
background-color: #771BCE;
}
.BgClassName
{
background-color: #771BCE;
}
</style>
border-color css
<style>
span { border-color: #771BCE; }
span { border-color: rgb(119,27,206); }
td.TdClassName
{
border-color: #771BCE;
}
.TagClassName
{
border-color: #771BCE;
}
</style>