Shades of Blue Violet #7640DB
Tints of Blue Violet #7640DB
RGB
CMYK
RGB Variations
Color information
#7640DB (or 0x7640DB) is known color: Blue Violet. HEX triplet: 76, 40 and DB. RGB value is (118,64,219). Sum of RGB (Red+Green+Blue) = 118+64+219=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #7640DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7640DB is #89BF24. Grayscale: #616161. Windows color (decimal): -9027365 or 14368886. OLE color: 14368886.
HSL color Cylindrical-coordinate representation of color #7640DB: hue angle of 260.9º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7640DB is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 64 | 219 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.14 |
| HSL | 260.9º | 0.68% | 0.55% | - |
| HSV(B) | 260.9º | 0.71% | 0.86% | - |
| XYZ | 22.09 | 12.63 | 68.29 | - |
| YUV | 97.82 | 196.39 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 219 | 0.46 | 0.71 | 0 | 0.14 | 260.9 | 0.68 | 0.55 |
| Hex | 76 | 40 | DB | 2E | 47 | 0 | E | 105 | 44 | 37 |
| Octal | 166 | 100 | 333 | 56 | 107 | 0 | 16 | 405 | 104 | 67 |
| Binary | 1110110 | 1000000 | 11011011 | 101110 | 1000111 | 0 | 1110 | 100000101 | 1000100 | 110111 |
Color Harmonies of #7640DB
Complementary color
Monochromatic Colors of #7640DB
Black with #7640DB
Text Example
Text Example
White with #7640DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7640DB; }
p { color: rgb(118,64,219); }
H1.HeaderClassName
{
color: #7640DB;
}
.AnyTagClassName
{
color: #7640DB;
}
</style>
background-color css
<style>
a { background-color: #7640DB; }
a { background-color: rgb(118,64,219); }
div.DivClassName
{
background-color: #7640DB;
}
.BgClassName
{
background-color: #7640DB;
}
</style>
border-color css
<style>
span { border-color: #7640DB; }
span { border-color: rgb(118,64,219); }
td.TdClassName
{
border-color: #7640DB;
}
.TagClassName
{
border-color: #7640DB;
}
</style>