Shades of Blue Violet #7940D7
Tints of Blue Violet #7940D7
RGB
CMYK
RGB Variations
Color information
#7940D7 (or 0x7940D7) is known color: Blue Violet. HEX triplet: 79, 40 and D7. RGB value is (121,64,215). Sum of RGB (Red+Green+Blue) = 121+64+215=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 215 (84.38% from 255 or 53.75% from 400); Max value from RGB is 215 - color contains mainly: blue. Hex color #7940D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7940D7 is #86BF28. Grayscale: #616161. Windows color (decimal): -8830761 or 14106745. OLE color: 14106745.
HSL color Cylindrical-coordinate representation of color #7940D7: hue angle of 262.65º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7940D7 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 64 | 215 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.16 |
| HSL | 262.65º | 0.65% | 0.55% | - |
| HSV(B) | 262.65º | 0.7% | 0.84% | - |
| XYZ | 21.98 | 12.64 | 65.57 | - |
| YUV | 98.26 | 193.88 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 64 | 215 | 0.44 | 0.70 | 0 | 0.16 | 262.65 | 0.65 | 0.55 |
| Hex | 79 | 40 | D7 | 2C | 46 | 0 | 10 | 107 | 41 | 37 |
| Octal | 171 | 100 | 327 | 54 | 106 | 0 | 20 | 407 | 101 | 67 |
| Binary | 1111001 | 1000000 | 11010111 | 101100 | 1000110 | 0 | 10000 | 100000111 | 1000001 | 110111 |
Color Harmonies of #7940D7
Complementary color
Monochromatic Colors of #7940D7
Black with #7940D7
Text Example
Text Example
White with #7940D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7940D7; }
p { color: rgb(121,64,215); }
H1.HeaderClassName
{
color: #7940D7;
}
.AnyTagClassName
{
color: #7940D7;
}
</style>
background-color css
<style>
a { background-color: #7940D7; }
a { background-color: rgb(121,64,215); }
div.DivClassName
{
background-color: #7940D7;
}
.BgClassName
{
background-color: #7940D7;
}
</style>
border-color css
<style>
span { border-color: #7940D7; }
span { border-color: rgb(121,64,215); }
td.TdClassName
{
border-color: #7940D7;
}
.TagClassName
{
border-color: #7940D7;
}
</style>