Shades of Blue Violet #7936FF
Tints of Blue Violet #7936FF
RGB
CMYK
RGB Variations
Color information
#7936FF (or 0x7936FF) is known color: Blue Violet. HEX triplet: 79, 36 and FF. RGB value is (121,54,255). Sum of RGB (Red+Green+Blue) = 121+54+255=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #7936FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7936FF is #86C900. Grayscale: #606060. Windows color (decimal): -8833281 or 16725625. OLE color: 16725625.
HSL color Cylindrical-coordinate representation of color #7936FF: hue angle of 260º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7936FF is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 54 | 255 | - |
| CMYK | 0.53 | 0.79 | 0 | 0 |
| HSL | 260º | 1% | 0.61% | - |
| HSV(B) | 260º | 0.79% | 1% | - |
| XYZ | 27.25 | 13.92 | 95.86 | - |
| YUV | 96.95 | 217.2 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 54 | 255 | 0.53 | 0.79 | 0 | 0 | 260 | 1 | 0.61 |
| Hex | 79 | 36 | FF | 35 | 4F | 0 | 0 | 104 | 64 | 3D |
| Octal | 171 | 66 | 377 | 65 | 117 | 0 | 0 | 404 | 144 | 75 |
| Binary | 1111001 | 110110 | 11111111 | 110101 | 1001111 | 0 | 0 | 100000100 | 1100100 | 111101 |
Color Harmonies of #7936FF
Complementary color
Monochromatic Colors of #7936FF
Black with #7936FF
Text Example
Text Example
White with #7936FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7936FF; }
p { color: rgb(121,54,255); }
H1.HeaderClassName
{
color: #7936FF;
}
.AnyTagClassName
{
color: #7936FF;
}
</style>
background-color css
<style>
a { background-color: #7936FF; }
a { background-color: rgb(121,54,255); }
div.DivClassName
{
background-color: #7936FF;
}
.BgClassName
{
background-color: #7936FF;
}
</style>
border-color css
<style>
span { border-color: #7936FF; }
span { border-color: rgb(121,54,255); }
td.TdClassName
{
border-color: #7936FF;
}
.TagClassName
{
border-color: #7936FF;
}
</style>