Shades of Blue Violet #7720ED
Tints of Blue Violet #7720ED
RGB
CMYK
RGB Variations
Color information
#7720ED (or 0x7720ED) is known color: Blue Violet. HEX triplet: 77, 20 and ED. RGB value is (119,32,237). Sum of RGB (Red+Green+Blue) = 119+32+237=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #7720ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7720ED is #88DF12. Grayscale: #505050. Windows color (decimal): -8970003 or 15540343. OLE color: 15540343.
HSL color Cylindrical-coordinate representation of color #7720ED: hue angle of 265.46º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7720ED is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 32 | 237 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.07 |
| HSL | 265.46º | 0.85% | 0.53% | - |
| HSV(B) | 265.46º | 0.86% | 0.93% | - |
| XYZ | 23.41 | 11.07 | 81.02 | - |
| YUV | 81.38 | 215.82 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 237 | 0.50 | 0.86 | 0 | 0.07 | 265.46 | 0.85 | 0.53 |
| Hex | 77 | 20 | ED | 32 | 56 | 0 | 7 | 109 | 55 | 35 |
| Octal | 167 | 40 | 355 | 62 | 126 | 0 | 7 | 411 | 125 | 65 |
| Binary | 1110111 | 100000 | 11101101 | 110010 | 1010110 | 0 | 111 | 100001001 | 1010101 | 110101 |
Color Harmonies of #7720ED
Complementary color
Monochromatic Colors of #7720ED
Black with #7720ED
Text Example
Text Example
White with #7720ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7720ED; }
p { color: rgb(119,32,237); }
H1.HeaderClassName
{
color: #7720ED;
}
.AnyTagClassName
{
color: #7720ED;
}
</style>
background-color css
<style>
a { background-color: #7720ED; }
a { background-color: rgb(119,32,237); }
div.DivClassName
{
background-color: #7720ED;
}
.BgClassName
{
background-color: #7720ED;
}
</style>
border-color css
<style>
span { border-color: #7720ED; }
span { border-color: rgb(119,32,237); }
td.TdClassName
{
border-color: #7720ED;
}
.TagClassName
{
border-color: #7720ED;
}
</style>