Shades of Purple Heart #771BCB
Tints of Purple Heart #771BCB
RGB
CMYK
RGB Variations
Color information
#771BCB (or 0x771BCB) is known color: Purple Heart. HEX triplet: 77, 1B and CB. RGB value is (119,27,203). Sum of RGB (Red+Green+Blue) = 119+27+203=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #771BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BCB is #88E434. Grayscale: #494949. Windows color (decimal): -8971317 or 13310839. OLE color: 13310839.
HSL color Cylindrical-coordinate representation of color #771BCB: hue angle of 271.36º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771BCB is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 27 | 203 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.20 |
| HSL | 271.36º | 0.77% | 0.45% | - |
| HSV(B) | 271.36º | 0.87% | 0.8% | - |
| XYZ | 18.78 | 9.02 | 57.25 | - |
| YUV | 74.57 | 200.48 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 203 | 0.41 | 0.87 | 0 | 0.20 | 271.36 | 0.77 | 0.45 |
| Hex | 77 | 1B | CB | 29 | 57 | 0 | 14 | 10F | 4D | 2D |
| Octal | 167 | 33 | 313 | 51 | 127 | 0 | 24 | 417 | 115 | 55 |
| Binary | 1110111 | 11011 | 11001011 | 101001 | 1010111 | 0 | 10100 | 100001111 | 1001101 | 101101 |
Color Harmonies of #771BCB
Complementary color
Monochromatic Colors of #771BCB
Black with #771BCB
Text Example
Text Example
White with #771BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771BCB; }
p { color: rgb(119,27,203); }
H1.HeaderClassName
{
color: #771BCB;
}
.AnyTagClassName
{
color: #771BCB;
}
</style>
background-color css
<style>
a { background-color: #771BCB; }
a { background-color: rgb(119,27,203); }
div.DivClassName
{
background-color: #771BCB;
}
.BgClassName
{
background-color: #771BCB;
}
</style>
border-color css
<style>
span { border-color: #771BCB; }
span { border-color: rgb(119,27,203); }
td.TdClassName
{
border-color: #771BCB;
}
.TagClassName
{
border-color: #771BCB;
}
</style>