Shades of Purple Heart #7731BB
Tints of Purple Heart #7731BB
RGB
CMYK
RGB Variations
Color information
#7731BB (or 0x7731BB) is known color: Purple Heart. HEX triplet: 77, 31 and BB. RGB value is (119,49,187). Sum of RGB (Red+Green+Blue) = 119+49+187=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #7731BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731BB is #88CE44. Grayscale: #555555. Windows color (decimal): -8965701 or 12267895. OLE color: 12267895.
HSL color Cylindrical-coordinate representation of color #7731BB: hue angle of 270.43º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7731BB is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 49 | 187 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.27 |
| HSL | 270.43º | 0.58% | 0.46% | - |
| HSV(B) | 270.43º | 0.74% | 0.73% | - |
| XYZ | 17.68 | 9.71 | 47.96 | - |
| YUV | 85.66 | 185.19 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 187 | 0.36 | 0.74 | 0 | 0.27 | 270.43 | 0.58 | 0.46 |
| Hex | 77 | 31 | BB | 24 | 4A | 0 | 1B | 10E | 3A | 2E |
| Octal | 167 | 61 | 273 | 44 | 112 | 0 | 33 | 416 | 72 | 56 |
| Binary | 1110111 | 110001 | 10111011 | 100100 | 1001010 | 0 | 11011 | 100001110 | 111010 | 101110 |
Color Harmonies of #7731BB
Complementary color
Monochromatic Colors of #7731BB
Black with #7731BB
Text Example
Text Example
White with #7731BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731BB; }
p { color: rgb(119,49,187); }
H1.HeaderClassName
{
color: #7731BB;
}
.AnyTagClassName
{
color: #7731BB;
}
</style>
background-color css
<style>
a { background-color: #7731BB; }
a { background-color: rgb(119,49,187); }
div.DivClassName
{
background-color: #7731BB;
}
.BgClassName
{
background-color: #7731BB;
}
</style>
border-color css
<style>
span { border-color: #7731BB; }
span { border-color: rgb(119,49,187); }
td.TdClassName
{
border-color: #7731BB;
}
.TagClassName
{
border-color: #7731BB;
}
</style>