Shades of Purple Heart #771CCD
Tints of Purple Heart #771CCD
RGB
CMYK
RGB Variations
Color information
#771CCD (or 0x771CCD) is known color: Purple Heart. HEX triplet: 77, 1C and CD. RGB value is (119,28,205). Sum of RGB (Red+Green+Blue) = 119+28+205=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #771CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CCD is #88E332. Grayscale: #4A4A4A. Windows color (decimal): -8971059 or 13442167. OLE color: 13442167.
HSL color Cylindrical-coordinate representation of color #771CCD: hue angle of 270.85º degrees, saturation: 0.76, 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 #771CCD is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 28 | 205 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.20 |
| HSL | 270.85º | 0.76% | 0.46% | - |
| HSV(B) | 270.85º | 0.86% | 0.8% | - |
| XYZ | 19.04 | 9.16 | 58.52 | - |
| YUV | 75.39 | 201.15 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 205 | 0.42 | 0.86 | 0 | 0.20 | 270.85 | 0.76 | 0.46 |
| Hex | 77 | 1C | CD | 2A | 56 | 0 | 14 | 10F | 4C | 2E |
| Octal | 167 | 34 | 315 | 52 | 126 | 0 | 24 | 417 | 114 | 56 |
| Binary | 1110111 | 11100 | 11001101 | 101010 | 1010110 | 0 | 10100 | 100001111 | 1001100 | 101110 |
Color Harmonies of #771CCD
Complementary color
Monochromatic Colors of #771CCD
Black with #771CCD
Text Example
Text Example
White with #771CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771CCD; }
p { color: rgb(119,28,205); }
H1.HeaderClassName
{
color: #771CCD;
}
.AnyTagClassName
{
color: #771CCD;
}
</style>
background-color css
<style>
a { background-color: #771CCD; }
a { background-color: rgb(119,28,205); }
div.DivClassName
{
background-color: #771CCD;
}
.BgClassName
{
background-color: #771CCD;
}
</style>
border-color css
<style>
span { border-color: #771CCD; }
span { border-color: rgb(119,28,205); }
td.TdClassName
{
border-color: #771CCD;
}
.TagClassName
{
border-color: #771CCD;
}
</style>