Shades of Purple Heart #7731BC
Tints of Purple Heart #7731BC
RGB
CMYK
RGB Variations
Color information
#7731BC (or 0x7731BC) is known color: Purple Heart. HEX triplet: 77, 31 and BC. RGB value is (119,49,188). Sum of RGB (Red+Green+Blue) = 119+49+188=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #7731BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731BC is #88CE43. Grayscale: #555555. Windows color (decimal): -8965700 or 12333431. OLE color: 12333431.
HSL color Cylindrical-coordinate representation of color #7731BC: hue angle of 270.22º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7731BC is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 49 | 188 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.26 |
| HSL | 270.22º | 0.59% | 0.46% | - |
| HSV(B) | 270.22º | 0.74% | 0.74% | - |
| XYZ | 17.78 | 9.75 | 48.52 | - |
| YUV | 85.78 | 185.69 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 188 | 0.37 | 0.74 | 0 | 0.26 | 270.22 | 0.59 | 0.46 |
| Hex | 77 | 31 | BC | 25 | 4A | 0 | 1A | 10E | 3B | 2E |
| Octal | 167 | 61 | 274 | 45 | 112 | 0 | 32 | 416 | 73 | 56 |
| Binary | 1110111 | 110001 | 10111100 | 100101 | 1001010 | 0 | 11010 | 100001110 | 111011 | 101110 |
Color Harmonies of #7731BC
Complementary color
Monochromatic Colors of #7731BC
Black with #7731BC
Text Example
Text Example
White with #7731BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731BC; }
p { color: rgb(119,49,188); }
H1.HeaderClassName
{
color: #7731BC;
}
.AnyTagClassName
{
color: #7731BC;
}
</style>
background-color css
<style>
a { background-color: #7731BC; }
a { background-color: rgb(119,49,188); }
div.DivClassName
{
background-color: #7731BC;
}
.BgClassName
{
background-color: #7731BC;
}
</style>
border-color css
<style>
span { border-color: #7731BC; }
span { border-color: rgb(119,49,188); }
td.TdClassName
{
border-color: #7731BC;
}
.TagClassName
{
border-color: #7731BC;
}
</style>