Shades of Purple Heart #771DB3
Tints of Purple Heart #771DB3
RGB
CMYK
RGB Variations
Color information
#771DB3 (or 0x771DB3) is known color: Purple Heart. HEX triplet: 77, 1D and B3. RGB value is (119,29,179). Sum of RGB (Red+Green+Blue) = 119+29+179=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #771DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DB3 is #88E24C. Grayscale: #484848. Windows color (decimal): -8970829 or 11738487. OLE color: 11738487.
HSL color Cylindrical-coordinate representation of color #771DB3: hue angle of 276º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771DB3 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 29 | 179 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.30 |
| HSL | 276º | 0.72% | 0.41% | - |
| HSV(B) | 276º | 0.84% | 0.7% | - |
| XYZ | 16.18 | 8.06 | 43.35 | - |
| YUV | 73.01 | 187.82 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 179 | 0.34 | 0.84 | 0 | 0.30 | 276 | 0.72 | 0.41 |
| Hex | 77 | 1D | B3 | 22 | 54 | 0 | 1E | 114 | 48 | 29 |
| Octal | 167 | 35 | 263 | 42 | 124 | 0 | 36 | 424 | 110 | 51 |
| Binary | 1110111 | 11101 | 10110011 | 100010 | 1010100 | 0 | 11110 | 100010100 | 1001000 | 101001 |
Color Harmonies of #771DB3
Complementary color
Monochromatic Colors of #771DB3
Black with #771DB3
Text Example
Text Example
White with #771DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771DB3; }
p { color: rgb(119,29,179); }
H1.HeaderClassName
{
color: #771DB3;
}
.AnyTagClassName
{
color: #771DB3;
}
</style>
background-color css
<style>
a { background-color: #771DB3; }
a { background-color: rgb(119,29,179); }
div.DivClassName
{
background-color: #771DB3;
}
.BgClassName
{
background-color: #771DB3;
}
</style>
border-color css
<style>
span { border-color: #771DB3; }
span { border-color: rgb(119,29,179); }
td.TdClassName
{
border-color: #771DB3;
}
.TagClassName
{
border-color: #771DB3;
}
</style>