Shades of Blue Violet #7921E6
Tints of Blue Violet #7921E6
RGB
CMYK
RGB Variations
Color information
#7921E6 (or 0x7921E6) is known color: Blue Violet. HEX triplet: 79, 21 and E6. RGB value is (121,33,230). Sum of RGB (Red+Green+Blue) = 121+33+230=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 230 (90.23% from 255 or 59.90% from 384); Max value from RGB is 230 - color contains mainly: blue. Hex color #7921E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7921E6 is #86DE19. Grayscale: #515151. Windows color (decimal): -8838682 or 15081849. OLE color: 15081849.
HSL color Cylindrical-coordinate representation of color #7921E6: hue angle of 266.8º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7921E6 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 33 | 230 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.10 |
| HSL | 266.8º | 0.8% | 0.52% | - |
| HSV(B) | 266.8º | 0.86% | 0.9% | - |
| XYZ | 22.71 | 10.87 | 75.76 | - |
| YUV | 81.77 | 211.65 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 230 | 0.47 | 0.86 | 0 | 0.10 | 266.8 | 0.8 | 0.52 |
| Hex | 79 | 21 | E6 | 2F | 56 | 0 | A | 10B | 50 | 34 |
| Octal | 171 | 41 | 346 | 57 | 126 | 0 | 12 | 413 | 120 | 64 |
| Binary | 1111001 | 100001 | 11100110 | 101111 | 1010110 | 0 | 1010 | 100001011 | 1010000 | 110100 |
Color Harmonies of #7921E6
Complementary color
Monochromatic Colors of #7921E6
Black with #7921E6
Text Example
Text Example
White with #7921E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7921E6; }
p { color: rgb(121,33,230); }
H1.HeaderClassName
{
color: #7921E6;
}
.AnyTagClassName
{
color: #7921E6;
}
</style>
background-color css
<style>
a { background-color: #7921E6; }
a { background-color: rgb(121,33,230); }
div.DivClassName
{
background-color: #7921E6;
}
.BgClassName
{
background-color: #7921E6;
}
</style>
border-color css
<style>
span { border-color: #7921E6; }
span { border-color: rgb(121,33,230); }
td.TdClassName
{
border-color: #7921E6;
}
.TagClassName
{
border-color: #7921E6;
}
</style>