Shades of Purple Heart #773ECD
Tints of Purple Heart #773ECD
RGB
CMYK
RGB Variations
Color information
#773ECD (or 0x773ECD) is known color: Purple Heart. HEX triplet: 77, 3E and CD. RGB value is (119,62,205). Sum of RGB (Red+Green+Blue) = 119+62+205=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #773ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773ECD is #88C132. Grayscale: #5E5E5E. Windows color (decimal): -8962355 or 13450871. OLE color: 13450871.
HSL color Cylindrical-coordinate representation of color #773ECD: hue angle of 263.92º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #773ECD is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 62 | 205 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.20 |
| HSL | 263.92º | 0.59% | 0.52% | - |
| HSV(B) | 263.92º | 0.7% | 0.8% | - |
| XYZ | 20.35 | 11.77 | 58.96 | - |
| YUV | 95.35 | 189.88 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 205 | 0.42 | 0.70 | 0 | 0.20 | 263.92 | 0.59 | 0.52 |
| Hex | 77 | 3E | CD | 2A | 46 | 0 | 14 | 108 | 3B | 34 |
| Octal | 167 | 76 | 315 | 52 | 106 | 0 | 24 | 410 | 73 | 64 |
| Binary | 1110111 | 111110 | 11001101 | 101010 | 1000110 | 0 | 10100 | 100001000 | 111011 | 110100 |
Color Harmonies of #773ECD
Complementary color
Monochromatic Colors of #773ECD
Black with #773ECD
Text Example
Text Example
White with #773ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773ECD; }
p { color: rgb(119,62,205); }
H1.HeaderClassName
{
color: #773ECD;
}
.AnyTagClassName
{
color: #773ECD;
}
</style>
background-color css
<style>
a { background-color: #773ECD; }
a { background-color: rgb(119,62,205); }
div.DivClassName
{
background-color: #773ECD;
}
.BgClassName
{
background-color: #773ECD;
}
</style>
border-color css
<style>
span { border-color: #773ECD; }
span { border-color: rgb(119,62,205); }
td.TdClassName
{
border-color: #773ECD;
}
.TagClassName
{
border-color: #773ECD;
}
</style>