Shades of Blue Violet #7921FF
Tints of Blue Violet #7921FF
RGB
CMYK
RGB Variations
Color information
#7921FF (or 0x7921FF) is known color: Blue Violet. HEX triplet: 79, 21 and FF. RGB value is (121,33,255). Sum of RGB (Red+Green+Blue) = 121+33+255=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #7921FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7921FF is #86DE00. Grayscale: #535353. Windows color (decimal): -8838657 or 16720249. OLE color: 16720249.
HSL color Cylindrical-coordinate representation of color #7921FF: hue angle of 263.78º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7921FF is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 33 | 255 | - |
| CMYK | 0.53 | 0.87 | 0 | 0 |
| HSL | 263.78º | 1% | 0.56% | - |
| HSV(B) | 263.78º | 0.87% | 1% | - |
| XYZ | 26.48 | 12.37 | 95.6 | - |
| YUV | 84.62 | 224.15 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 255 | 0.53 | 0.87 | 0 | 0 | 263.78 | 1 | 0.56 |
| Hex | 79 | 21 | FF | 35 | 57 | 0 | 0 | 108 | 64 | 38 |
| Octal | 171 | 41 | 377 | 65 | 127 | 0 | 0 | 410 | 144 | 70 |
| Binary | 1111001 | 100001 | 11111111 | 110101 | 1010111 | 0 | 0 | 100001000 | 1100100 | 111000 |
Color Harmonies of #7921FF
Complementary color
Monochromatic Colors of #7921FF
Black with #7921FF
Text Example
Text Example
White with #7921FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7921FF; }
p { color: rgb(121,33,255); }
H1.HeaderClassName
{
color: #7921FF;
}
.AnyTagClassName
{
color: #7921FF;
}
</style>
background-color css
<style>
a { background-color: #7921FF; }
a { background-color: rgb(121,33,255); }
div.DivClassName
{
background-color: #7921FF;
}
.BgClassName
{
background-color: #7921FF;
}
</style>
border-color css
<style>
span { border-color: #7921FF; }
span { border-color: rgb(121,33,255); }
td.TdClassName
{
border-color: #7921FF;
}
.TagClassName
{
border-color: #7921FF;
}
</style>