Shades of Blue Violet #7721E6
Tints of Blue Violet #7721E6
RGB
CMYK
RGB Variations
Color information
#7721E6 (or 0x7721E6) is known color: Blue Violet. HEX triplet: 77, 21 and E6. RGB value is (119,33,230). Sum of RGB (Red+Green+Blue) = 119+33+230=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 230 (90.23% from 255 or 60.21% from 382); Max value from RGB is 230 - color contains mainly: blue. Hex color #7721E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7721E6 is #88DE19. Grayscale: #505050. Windows color (decimal): -8969754 or 15081847. OLE color: 15081847.
HSL color Cylindrical-coordinate representation of color #7721E6: hue angle of 266.19º 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 #7721E6 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 33 | 230 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.10 |
| HSL | 266.19º | 0.8% | 0.52% | - |
| HSV(B) | 266.19º | 0.86% | 0.9% | - |
| XYZ | 22.43 | 10.72 | 75.75 | - |
| YUV | 81.17 | 211.99 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 230 | 0.48 | 0.86 | 0 | 0.10 | 266.19 | 0.8 | 0.52 |
| Hex | 77 | 21 | E6 | 30 | 56 | 0 | A | 10A | 50 | 34 |
| Octal | 167 | 41 | 346 | 60 | 126 | 0 | 12 | 412 | 120 | 64 |
| Binary | 1110111 | 100001 | 11100110 | 110000 | 1010110 | 0 | 1010 | 100001010 | 1010000 | 110100 |
Color Harmonies of #7721E6
Complementary color
Monochromatic Colors of #7721E6
Black with #7721E6
Text Example
Text Example
White with #7721E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7721E6; }
p { color: rgb(119,33,230); }
H1.HeaderClassName
{
color: #7721E6;
}
.AnyTagClassName
{
color: #7721E6;
}
</style>
background-color css
<style>
a { background-color: #7721E6; }
a { background-color: rgb(119,33,230); }
div.DivClassName
{
background-color: #7721E6;
}
.BgClassName
{
background-color: #7721E6;
}
</style>
border-color css
<style>
span { border-color: #7721E6; }
span { border-color: rgb(119,33,230); }
td.TdClassName
{
border-color: #7721E6;
}
.TagClassName
{
border-color: #7721E6;
}
</style>