Shades of Purple Heart #771CCB
Tints of Purple Heart #771CCB
RGB
CMYK
RGB Variations
Color information
#771CCB (or 0x771CCB) is known color: Purple Heart. HEX triplet: 77, 1C and CB. RGB value is (119,28,203). Sum of RGB (Red+Green+Blue) = 119+28+203=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #771CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CCB is #88E334. Grayscale: #4A4A4A. Windows color (decimal): -8971061 or 13311095. OLE color: 13311095.
HSL color Cylindrical-coordinate representation of color #771CCB: hue angle of 271.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771CCB is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 28 | 203 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.20 |
| HSL | 271.2º | 0.76% | 0.45% | - |
| HSV(B) | 271.2º | 0.86% | 0.8% | - |
| XYZ | 18.8 | 9.06 | 57.26 | - |
| YUV | 75.16 | 200.15 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 203 | 0.41 | 0.86 | 0 | 0.20 | 271.2 | 0.76 | 0.45 |
| Hex | 77 | 1C | CB | 29 | 56 | 0 | 14 | 10F | 4C | 2D |
| Octal | 167 | 34 | 313 | 51 | 126 | 0 | 24 | 417 | 114 | 55 |
| Binary | 1110111 | 11100 | 11001011 | 101001 | 1010110 | 0 | 10100 | 100001111 | 1001100 | 101101 |
Color Harmonies of #771CCB
Complementary color
Monochromatic Colors of #771CCB
Black with #771CCB
Text Example
Text Example
White with #771CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771CCB; }
p { color: rgb(119,28,203); }
H1.HeaderClassName
{
color: #771CCB;
}
.AnyTagClassName
{
color: #771CCB;
}
</style>
background-color css
<style>
a { background-color: #771CCB; }
a { background-color: rgb(119,28,203); }
div.DivClassName
{
background-color: #771CCB;
}
.BgClassName
{
background-color: #771CCB;
}
</style>
border-color css
<style>
span { border-color: #771CCB; }
span { border-color: rgb(119,28,203); }
td.TdClassName
{
border-color: #771CCB;
}
.TagClassName
{
border-color: #771CCB;
}
</style>