Shades of Purple Heart #7731BD
Tints of Purple Heart #7731BD
RGB
CMYK
RGB Variations
Color information
#7731BD (or 0x7731BD) is known color: Purple Heart. HEX triplet: 77, 31 and BD. RGB value is (119,49,189). Sum of RGB (Red+Green+Blue) = 119+49+189=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #7731BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731BD is #88CE42. Grayscale: #555555. Windows color (decimal): -8965699 or 12398967. OLE color: 12398967.
HSL color Cylindrical-coordinate representation of color #7731BD: hue angle of 270º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7731BD is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 49 | 189 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.26 |
| HSL | 270º | 0.59% | 0.47% | - |
| HSV(B) | 270º | 0.74% | 0.74% | - |
| XYZ | 17.89 | 9.79 | 49.09 | - |
| YUV | 85.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 189 | 0.37 | 0.74 | 0 | 0.26 | 270 | 0.59 | 0.47 |
| Hex | 77 | 31 | BD | 25 | 4A | 0 | 1A | 10E | 3B | 2F |
| Octal | 167 | 61 | 275 | 45 | 112 | 0 | 32 | 416 | 73 | 57 |
| Binary | 1110111 | 110001 | 10111101 | 100101 | 1001010 | 0 | 11010 | 100001110 | 111011 | 101111 |
Color Harmonies of #7731BD
Complementary color
Monochromatic Colors of #7731BD
Black with #7731BD
Text Example
Text Example
White with #7731BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731BD; }
p { color: rgb(119,49,189); }
H1.HeaderClassName
{
color: #7731BD;
}
.AnyTagClassName
{
color: #7731BD;
}
</style>
background-color css
<style>
a { background-color: #7731BD; }
a { background-color: rgb(119,49,189); }
div.DivClassName
{
background-color: #7731BD;
}
.BgClassName
{
background-color: #7731BD;
}
</style>
border-color css
<style>
span { border-color: #7731BD; }
span { border-color: rgb(119,49,189); }
td.TdClassName
{
border-color: #7731BD;
}
.TagClassName
{
border-color: #7731BD;
}
</style>