Shades of Purple Heart #7640CE
Tints of Purple Heart #7640CE
RGB
CMYK
RGB Variations
Color information
#7640CE (or 0x7640CE) is known color: Purple Heart. HEX triplet: 76, 40 and CE. RGB value is (118,64,206). Sum of RGB (Red+Green+Blue) = 118+64+206=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #7640CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7640CE is #89BF31. Grayscale: #5F5F5F. Windows color (decimal): -9027378 or 13516918. OLE color: 13516918.
HSL color Cylindrical-coordinate representation of color #7640CE: hue angle of 262.82º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7640CE is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 64 | 206 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.19 |
| HSL | 262.82º | 0.59% | 0.53% | - |
| HSV(B) | 262.82º | 0.69% | 0.81% | - |
| XYZ | 20.45 | 11.97 | 59.63 | - |
| YUV | 96.33 | 189.89 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 206 | 0.43 | 0.69 | 0 | 0.19 | 262.82 | 0.59 | 0.53 |
| Hex | 76 | 40 | CE | 2B | 45 | 0 | 13 | 107 | 3B | 35 |
| Octal | 166 | 100 | 316 | 53 | 105 | 0 | 23 | 407 | 73 | 65 |
| Binary | 1110110 | 1000000 | 11001110 | 101011 | 1000101 | 0 | 10011 | 100000111 | 111011 | 110101 |
Color Harmonies of #7640CE
Complementary color
Monochromatic Colors of #7640CE
Black with #7640CE
Text Example
Text Example
White with #7640CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7640CE; }
p { color: rgb(118,64,206); }
H1.HeaderClassName
{
color: #7640CE;
}
.AnyTagClassName
{
color: #7640CE;
}
</style>
background-color css
<style>
a { background-color: #7640CE; }
a { background-color: rgb(118,64,206); }
div.DivClassName
{
background-color: #7640CE;
}
.BgClassName
{
background-color: #7640CE;
}
</style>
border-color css
<style>
span { border-color: #7640CE; }
span { border-color: rgb(118,64,206); }
td.TdClassName
{
border-color: #7640CE;
}
.TagClassName
{
border-color: #7640CE;
}
</style>