Shades of Purple Heart #771DCD
Tints of Purple Heart #771DCD
RGB
CMYK
RGB Variations
Color information
#771DCD (or 0x771DCD) is known color: Purple Heart. HEX triplet: 77, 1D and CD. RGB value is (119,29,205). Sum of RGB (Red+Green+Blue) = 119+29+205=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #771DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771DCD is #88E232. Grayscale: #4B4B4B. Windows color (decimal): -8970803 or 13442423. OLE color: 13442423.
HSL color Cylindrical-coordinate representation of color #771DCD: hue angle of 270.68º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771DCD is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 29 | 205 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.20 |
| HSL | 270.68º | 0.75% | 0.46% | - |
| HSV(B) | 270.68º | 0.86% | 0.8% | - |
| XYZ | 19.07 | 9.21 | 58.53 | - |
| YUV | 75.97 | 200.82 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 205 | 0.42 | 0.86 | 0 | 0.20 | 270.68 | 0.75 | 0.46 |
| Hex | 77 | 1D | CD | 2A | 56 | 0 | 14 | 10F | 4B | 2E |
| Octal | 167 | 35 | 315 | 52 | 126 | 0 | 24 | 417 | 113 | 56 |
| Binary | 1110111 | 11101 | 11001101 | 101010 | 1010110 | 0 | 10100 | 100001111 | 1001011 | 101110 |
Color Harmonies of #771DCD
Complementary color
Monochromatic Colors of #771DCD
Black with #771DCD
Text Example
Text Example
White with #771DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771DCD; }
p { color: rgb(119,29,205); }
H1.HeaderClassName
{
color: #771DCD;
}
.AnyTagClassName
{
color: #771DCD;
}
</style>
background-color css
<style>
a { background-color: #771DCD; }
a { background-color: rgb(119,29,205); }
div.DivClassName
{
background-color: #771DCD;
}
.BgClassName
{
background-color: #771DCD;
}
</style>
border-color css
<style>
span { border-color: #771DCD; }
span { border-color: rgb(119,29,205); }
td.TdClassName
{
border-color: #771DCD;
}
.TagClassName
{
border-color: #771DCD;
}
</style>