Shades of Purple Heart #771ECD
Tints of Purple Heart #771ECD
RGB
CMYK
RGB Variations
Color information
#771ECD (or 0x771ECD) is known color: Purple Heart. HEX triplet: 77, 1E and CD. RGB value is (119,30,205). Sum of RGB (Red+Green+Blue) = 119+30+205=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #771ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771ECD is #88E132. Grayscale: #4B4B4B. Windows color (decimal): -8970547 or 13442679. OLE color: 13442679.
HSL color Cylindrical-coordinate representation of color #771ECD: hue angle of 270.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771ECD is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 30 | 205 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.20 |
| HSL | 270.51º | 0.74% | 0.46% | - |
| HSV(B) | 270.51º | 0.85% | 0.8% | - |
| XYZ | 19.09 | 9.26 | 58.54 | - |
| YUV | 76.56 | 200.49 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 205 | 0.42 | 0.85 | 0 | 0.20 | 270.51 | 0.74 | 0.46 |
| Hex | 77 | 1E | CD | 2A | 55 | 0 | 14 | 10F | 4A | 2E |
| Octal | 167 | 36 | 315 | 52 | 125 | 0 | 24 | 417 | 112 | 56 |
| Binary | 1110111 | 11110 | 11001101 | 101010 | 1010101 | 0 | 10100 | 100001111 | 1001010 | 101110 |
Color Harmonies of #771ECD
Complementary color
Monochromatic Colors of #771ECD
Black with #771ECD
Text Example
Text Example
White with #771ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771ECD; }
p { color: rgb(119,30,205); }
H1.HeaderClassName
{
color: #771ECD;
}
.AnyTagClassName
{
color: #771ECD;
}
</style>
background-color css
<style>
a { background-color: #771ECD; }
a { background-color: rgb(119,30,205); }
div.DivClassName
{
background-color: #771ECD;
}
.BgClassName
{
background-color: #771ECD;
}
</style>
border-color css
<style>
span { border-color: #771ECD; }
span { border-color: rgb(119,30,205); }
td.TdClassName
{
border-color: #771ECD;
}
.TagClassName
{
border-color: #771ECD;
}
</style>