Shades of Purple Heart #7731C1
Tints of Purple Heart #7731C1
RGB
CMYK
RGB Variations
Color information
#7731C1 (or 0x7731C1) is known color: Purple Heart. HEX triplet: 77, 31 and C1. RGB value is (119,49,193). Sum of RGB (Red+Green+Blue) = 119+49+193=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #7731C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731C1 is #88CE3E. Grayscale: #555555. Windows color (decimal): -8965695 or 12661111. OLE color: 12661111.
HSL color Cylindrical-coordinate representation of color #7731C1: hue angle of 269.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7731C1 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 49 | 193 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.24 |
| HSL | 269.17º | 0.6% | 0.47% | - |
| HSV(B) | 269.17º | 0.75% | 0.76% | - |
| XYZ | 18.33 | 9.97 | 51.41 | - |
| YUV | 86.35 | 188.19 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 193 | 0.38 | 0.75 | 0 | 0.24 | 269.17 | 0.6 | 0.47 |
| Hex | 77 | 31 | C1 | 26 | 4B | 0 | 18 | 10D | 3C | 2F |
| Octal | 167 | 61 | 301 | 46 | 113 | 0 | 30 | 415 | 74 | 57 |
| Binary | 1110111 | 110001 | 11000001 | 100110 | 1001011 | 0 | 11000 | 100001101 | 111100 | 101111 |
Color Harmonies of #7731C1
Complementary color
Monochromatic Colors of #7731C1
Black with #7731C1
Text Example
Text Example
White with #7731C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731C1; }
p { color: rgb(119,49,193); }
H1.HeaderClassName
{
color: #7731C1;
}
.AnyTagClassName
{
color: #7731C1;
}
</style>
background-color css
<style>
a { background-color: #7731C1; }
a { background-color: rgb(119,49,193); }
div.DivClassName
{
background-color: #7731C1;
}
.BgClassName
{
background-color: #7731C1;
}
</style>
border-color css
<style>
span { border-color: #7731C1; }
span { border-color: rgb(119,49,193); }
td.TdClassName
{
border-color: #7731C1;
}
.TagClassName
{
border-color: #7731C1;
}
</style>