Shades of Purple Heart #7731BF
Tints of Purple Heart #7731BF
RGB
CMYK
RGB Variations
Color information
#7731BF (or 0x7731BF) is known color: Purple Heart. HEX triplet: 77, 31 and BF. RGB value is (119,49,191). Sum of RGB (Red+Green+Blue) = 119+49+191=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #7731BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731BF is #88CE40. Grayscale: #555555. Windows color (decimal): -8965697 or 12530039. OLE color: 12530039.
HSL color Cylindrical-coordinate representation of color #7731BF: hue angle of 269.58º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7731BF is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 49 | 191 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.25 |
| HSL | 269.58º | 0.59% | 0.47% | - |
| HSV(B) | 269.58º | 0.74% | 0.75% | - |
| XYZ | 18.11 | 9.88 | 50.24 | - |
| YUV | 86.12 | 187.19 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 191 | 0.38 | 0.74 | 0 | 0.25 | 269.58 | 0.59 | 0.47 |
| Hex | 77 | 31 | BF | 26 | 4A | 0 | 19 | 10E | 3B | 2F |
| Octal | 167 | 61 | 277 | 46 | 112 | 0 | 31 | 416 | 73 | 57 |
| Binary | 1110111 | 110001 | 10111111 | 100110 | 1001010 | 0 | 11001 | 100001110 | 111011 | 101111 |
Color Harmonies of #7731BF
Complementary color
Monochromatic Colors of #7731BF
Black with #7731BF
Text Example
Text Example
White with #7731BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731BF; }
p { color: rgb(119,49,191); }
H1.HeaderClassName
{
color: #7731BF;
}
.AnyTagClassName
{
color: #7731BF;
}
</style>
background-color css
<style>
a { background-color: #7731BF; }
a { background-color: rgb(119,49,191); }
div.DivClassName
{
background-color: #7731BF;
}
.BgClassName
{
background-color: #7731BF;
}
</style>
border-color css
<style>
span { border-color: #7731BF; }
span { border-color: rgb(119,49,191); }
td.TdClassName
{
border-color: #7731BF;
}
.TagClassName
{
border-color: #7731BF;
}
</style>