Shades of Purple Heart #7640BB
Tints of Purple Heart #7640BB
RGB
CMYK
RGB Variations
Color information
#7640BB (or 0x7640BB) is known color: Purple Heart. HEX triplet: 76, 40 and BB. RGB value is (118,64,187). Sum of RGB (Red+Green+Blue) = 118+64+187=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #7640BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7640BB is #89BF44. Grayscale: #5D5D5D. Windows color (decimal): -9027397 or 12271734. OLE color: 12271734.
HSL color Cylindrical-coordinate representation of color #7640BB: hue angle of 266.34º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7640BB is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 64 | 187 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.27 |
| HSL | 266.34º | 0.49% | 0.49% | - |
| HSV(B) | 266.34º | 0.66% | 0.73% | - |
| XYZ | 18.27 | 11.11 | 48.19 | - |
| YUV | 94.17 | 180.39 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 187 | 0.37 | 0.66 | 0 | 0.27 | 266.34 | 0.49 | 0.49 |
| Hex | 76 | 40 | BB | 25 | 42 | 0 | 1B | 10A | 31 | 31 |
| Octal | 166 | 100 | 273 | 45 | 102 | 0 | 33 | 412 | 61 | 61 |
| Binary | 1110110 | 1000000 | 10111011 | 100101 | 1000010 | 0 | 11011 | 100001010 | 110001 | 110001 |
Color Harmonies of #7640BB
Complementary color
Monochromatic Colors of #7640BB
Black with #7640BB
Text Example
Text Example
White with #7640BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7640BB; }
p { color: rgb(118,64,187); }
H1.HeaderClassName
{
color: #7640BB;
}
.AnyTagClassName
{
color: #7640BB;
}
</style>
background-color css
<style>
a { background-color: #7640BB; }
a { background-color: rgb(118,64,187); }
div.DivClassName
{
background-color: #7640BB;
}
.BgClassName
{
background-color: #7640BB;
}
</style>
border-color css
<style>
span { border-color: #7640BB; }
span { border-color: rgb(118,64,187); }
td.TdClassName
{
border-color: #7640BB;
}
.TagClassName
{
border-color: #7640BB;
}
</style>