Shades of Blue Violet #7937D7
Tints of Blue Violet #7937D7
RGB
CMYK
RGB Variations
Color information
#7937D7 (or 0x7937D7) is known color: Blue Violet. HEX triplet: 79, 37 and D7. RGB value is (121,55,215). Sum of RGB (Red+Green+Blue) = 121+55+215=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 215 (84.38% from 255 or 54.99% from 391); Max value from RGB is 215 - color contains mainly: blue. Hex color #7937D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7937D7 is #86C828. Grayscale: #5C5C5C. Windows color (decimal): -8833065 or 14104441. OLE color: 14104441.
HSL color Cylindrical-coordinate representation of color #7937D7: hue angle of 264.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7937D7 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 55 | 215 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.16 |
| HSL | 264.75º | 0.67% | 0.53% | - |
| HSV(B) | 264.75º | 0.74% | 0.84% | - |
| XYZ | 21.52 | 11.7 | 65.41 | - |
| YUV | 92.97 | 196.87 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 55 | 215 | 0.44 | 0.74 | 0 | 0.16 | 264.75 | 0.67 | 0.53 |
| Hex | 79 | 37 | D7 | 2C | 4A | 0 | 10 | 109 | 43 | 35 |
| Octal | 171 | 67 | 327 | 54 | 112 | 0 | 20 | 411 | 103 | 65 |
| Binary | 1111001 | 110111 | 11010111 | 101100 | 1001010 | 0 | 10000 | 100001001 | 1000011 | 110101 |
Color Harmonies of #7937D7
Complementary color
Monochromatic Colors of #7937D7
Black with #7937D7
Text Example
Text Example
White with #7937D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7937D7; }
p { color: rgb(121,55,215); }
H1.HeaderClassName
{
color: #7937D7;
}
.AnyTagClassName
{
color: #7937D7;
}
</style>
background-color css
<style>
a { background-color: #7937D7; }
a { background-color: rgb(121,55,215); }
div.DivClassName
{
background-color: #7937D7;
}
.BgClassName
{
background-color: #7937D7;
}
</style>
border-color css
<style>
span { border-color: #7937D7; }
span { border-color: rgb(121,55,215); }
td.TdClassName
{
border-color: #7937D7;
}
.TagClassName
{
border-color: #7937D7;
}
</style>