Shades of Blue Violet #7932FF
Tints of Blue Violet #7932FF
RGB
CMYK
RGB Variations
Color information
#7932FF (or 0x7932FF) is known color: Blue Violet. HEX triplet: 79, 32 and FF. RGB value is (121,50,255). Sum of RGB (Red+Green+Blue) = 121+50+255=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #7932FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7932FF is #86CD00. Grayscale: #5D5D5D. Windows color (decimal): -8834305 or 16724601. OLE color: 16724601.
HSL color Cylindrical-coordinate representation of color #7932FF: hue angle of 260.78º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7932FF is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 50 | 255 | - |
| CMYK | 0.53 | 0.80 | 0 | 0 |
| HSL | 260.78º | 1% | 0.6% | - |
| HSV(B) | 260.78º | 0.8% | 1% | - |
| XYZ | 27.08 | 13.57 | 95.8 | - |
| YUV | 94.6 | 218.52 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 255 | 0.53 | 0.80 | 0 | 0 | 260.78 | 1 | 0.6 |
| Hex | 79 | 32 | FF | 35 | 50 | 0 | 0 | 105 | 64 | 3C |
| Octal | 171 | 62 | 377 | 65 | 120 | 0 | 0 | 405 | 144 | 74 |
| Binary | 1111001 | 110010 | 11111111 | 110101 | 1010000 | 0 | 0 | 100000101 | 1100100 | 111100 |
Color Harmonies of #7932FF
Complementary color
Monochromatic Colors of #7932FF
Black with #7932FF
Text Example
Text Example
White with #7932FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7932FF; }
p { color: rgb(121,50,255); }
H1.HeaderClassName
{
color: #7932FF;
}
.AnyTagClassName
{
color: #7932FF;
}
</style>
background-color css
<style>
a { background-color: #7932FF; }
a { background-color: rgb(121,50,255); }
div.DivClassName
{
background-color: #7932FF;
}
.BgClassName
{
background-color: #7932FF;
}
</style>
border-color css
<style>
span { border-color: #7932FF; }
span { border-color: rgb(121,50,255); }
td.TdClassName
{
border-color: #7932FF;
}
.TagClassName
{
border-color: #7932FF;
}
</style>