Shades of Purple Heart #7739BC
Tints of Purple Heart #7739BC
RGB
CMYK
RGB Variations
Color information
#7739BC (or 0x7739BC) is known color: Purple Heart. HEX triplet: 77, 39 and BC. RGB value is (119,57,188). Sum of RGB (Red+Green+Blue) = 119+57+188=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #7739BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7739BC is #88C643. Grayscale: #5A5A5A. Windows color (decimal): -8963652 or 12335479. OLE color: 12335479.
HSL color Cylindrical-coordinate representation of color #7739BC: hue angle of 268.4º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7739BC is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 57 | 188 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.26 |
| HSL | 268.4º | 0.53% | 0.48% | - |
| HSV(B) | 268.4º | 0.7% | 0.74% | - |
| XYZ | 18.15 | 10.48 | 48.64 | - |
| YUV | 90.47 | 183.04 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 188 | 0.37 | 0.70 | 0 | 0.26 | 268.4 | 0.53 | 0.48 |
| Hex | 77 | 39 | BC | 25 | 46 | 0 | 1A | 10C | 35 | 30 |
| Octal | 167 | 71 | 274 | 45 | 106 | 0 | 32 | 414 | 65 | 60 |
| Binary | 1110111 | 111001 | 10111100 | 100101 | 1000110 | 0 | 11010 | 100001100 | 110101 | 110000 |
Color Harmonies of #7739BC
Complementary color
Monochromatic Colors of #7739BC
Black with #7739BC
Text Example
Text Example
White with #7739BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7739BC; }
p { color: rgb(119,57,188); }
H1.HeaderClassName
{
color: #7739BC;
}
.AnyTagClassName
{
color: #7739BC;
}
</style>
background-color css
<style>
a { background-color: #7739BC; }
a { background-color: rgb(119,57,188); }
div.DivClassName
{
background-color: #7739BC;
}
.BgClassName
{
background-color: #7739BC;
}
</style>
border-color css
<style>
span { border-color: #7739BC; }
span { border-color: rgb(119,57,188); }
td.TdClassName
{
border-color: #7739BC;
}
.TagClassName
{
border-color: #7739BC;
}
</style>