Shades of Purple Heart #771BCF
Tints of Purple Heart #771BCF
RGB
CMYK
RGB Variations
Color information
#771BCF (or 0x771BCF) is known color: Purple Heart. HEX triplet: 77, 1B and CF. RGB value is (119,27,207). Sum of RGB (Red+Green+Blue) = 119+27+207=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #771BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BCF is #88E430. Grayscale: #4A4A4A. Windows color (decimal): -8971313 or 13572983. OLE color: 13572983.
HSL color Cylindrical-coordinate representation of color #771BCF: hue angle of 270.67º 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 #771BCF is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 27 | 207 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.19 |
| HSL | 270.67º | 0.77% | 0.46% | - |
| HSV(B) | 270.67º | 0.87% | 0.81% | - |
| XYZ | 19.26 | 9.21 | 59.79 | - |
| YUV | 75.03 | 202.48 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 207 | 0.43 | 0.87 | 0 | 0.19 | 270.67 | 0.77 | 0.46 |
| Hex | 77 | 1B | CF | 2B | 57 | 0 | 13 | 10F | 4D | 2E |
| Octal | 167 | 33 | 317 | 53 | 127 | 0 | 23 | 417 | 115 | 56 |
| Binary | 1110111 | 11011 | 11001111 | 101011 | 1010111 | 0 | 10011 | 100001111 | 1001101 | 101110 |
Color Harmonies of #771BCF
Complementary color
Monochromatic Colors of #771BCF
Black with #771BCF
Text Example
Text Example
White with #771BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771BCF; }
p { color: rgb(119,27,207); }
H1.HeaderClassName
{
color: #771BCF;
}
.AnyTagClassName
{
color: #771BCF;
}
</style>
background-color css
<style>
a { background-color: #771BCF; }
a { background-color: rgb(119,27,207); }
div.DivClassName
{
background-color: #771BCF;
}
.BgClassName
{
background-color: #771BCF;
}
</style>
border-color css
<style>
span { border-color: #771BCF; }
span { border-color: rgb(119,27,207); }
td.TdClassName
{
border-color: #771BCF;
}
.TagClassName
{
border-color: #771BCF;
}
</style>