Shades of Purple Heart #771DCE
Tints of Purple Heart #771DCE
RGB
CMYK
RGB Variations
Color information
#771DCE (or 0x771DCE) is known color: Purple Heart. HEX triplet: 77, 1D and CE. RGB value is (119,29,206). Sum of RGB (Red+Green+Blue) = 119+29+206=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #771DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DCE is #88E231. Grayscale: #4B4B4B. Windows color (decimal): -8970802 or 13507959. OLE color: 13507959.
HSL color Cylindrical-coordinate representation of color #771DCE: hue angle of 270.51º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771DCE is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 29 | 206 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.19 |
| HSL | 270.51º | 0.75% | 0.46% | - |
| HSV(B) | 270.51º | 0.86% | 0.81% | - |
| XYZ | 19.19 | 9.26 | 59.17 | - |
| YUV | 76.09 | 201.32 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 206 | 0.42 | 0.86 | 0 | 0.19 | 270.51 | 0.75 | 0.46 |
| Hex | 77 | 1D | CE | 2A | 56 | 0 | 13 | 10F | 4B | 2E |
| Octal | 167 | 35 | 316 | 52 | 126 | 0 | 23 | 417 | 113 | 56 |
| Binary | 1110111 | 11101 | 11001110 | 101010 | 1010110 | 0 | 10011 | 100001111 | 1001011 | 101110 |
Color Harmonies of #771DCE
Complementary color
Monochromatic Colors of #771DCE
Black with #771DCE
Text Example
Text Example
White with #771DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771DCE; }
p { color: rgb(119,29,206); }
H1.HeaderClassName
{
color: #771DCE;
}
.AnyTagClassName
{
color: #771DCE;
}
</style>
background-color css
<style>
a { background-color: #771DCE; }
a { background-color: rgb(119,29,206); }
div.DivClassName
{
background-color: #771DCE;
}
.BgClassName
{
background-color: #771DCE;
}
</style>
border-color css
<style>
span { border-color: #771DCE; }
span { border-color: rgb(119,29,206); }
td.TdClassName
{
border-color: #771DCE;
}
.TagClassName
{
border-color: #771DCE;
}
</style>