Shades of Purple Heart #7740BC
Tints of Purple Heart #7740BC
RGB
CMYK
RGB Variations
Color information
#7740BC (or 0x7740BC) is known color: Purple Heart. HEX triplet: 77, 40 and BC. RGB value is (119,64,188). Sum of RGB (Red+Green+Blue) = 119+64+188=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #7740BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7740BC is #88BF43. Grayscale: #5E5E5E. Windows color (decimal): -8961860 or 12337271. OLE color: 12337271.
HSL color Cylindrical-coordinate representation of color #7740BC: hue angle of 266.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7740BC is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 64 | 188 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.26 |
| HSL | 266.61º | 0.49% | 0.49% | - |
| HSV(B) | 266.61º | 0.66% | 0.74% | - |
| XYZ | 18.52 | 11.22 | 48.77 | - |
| YUV | 94.58 | 180.72 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 188 | 0.37 | 0.66 | 0 | 0.26 | 266.61 | 0.49 | 0.49 |
| Hex | 77 | 40 | BC | 25 | 42 | 0 | 1A | 10B | 31 | 31 |
| Octal | 167 | 100 | 274 | 45 | 102 | 0 | 32 | 413 | 61 | 61 |
| Binary | 1110111 | 1000000 | 10111100 | 100101 | 1000010 | 0 | 11010 | 100001011 | 110001 | 110001 |
Color Harmonies of #7740BC
Complementary color
Monochromatic Colors of #7740BC
Black with #7740BC
Text Example
Text Example
White with #7740BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7740BC; }
p { color: rgb(119,64,188); }
H1.HeaderClassName
{
color: #7740BC;
}
.AnyTagClassName
{
color: #7740BC;
}
</style>
background-color css
<style>
a { background-color: #7740BC; }
a { background-color: rgb(119,64,188); }
div.DivClassName
{
background-color: #7740BC;
}
.BgClassName
{
background-color: #7740BC;
}
</style>
border-color css
<style>
span { border-color: #7740BC; }
span { border-color: rgb(119,64,188); }
td.TdClassName
{
border-color: #7740BC;
}
.TagClassName
{
border-color: #7740BC;
}
</style>