Shades of Blue Violet #7722DC
Tints of Blue Violet #7722DC
RGB
CMYK
RGB Variations
Color information
#7722DC (or 0x7722DC) is known color: Blue Violet. HEX triplet: 77, 22 and DC. RGB value is (119,34,220). Sum of RGB (Red+Green+Blue) = 119+34+220=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #7722DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7722DC is #88DD23. Grayscale: #4F4F4F. Windows color (decimal): -8969508 or 14426743. OLE color: 14426743.
HSL color Cylindrical-coordinate representation of color #7722DC: hue angle of 267.42º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7722DC is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 34 | 220 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.14 |
| HSL | 267.42º | 0.73% | 0.5% | - |
| HSV(B) | 267.42º | 0.85% | 0.86% | - |
| XYZ | 21.1 | 10.23 | 68.57 | - |
| YUV | 80.62 | 206.66 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 34 | 220 | 0.46 | 0.85 | 0 | 0.14 | 267.42 | 0.73 | 0.5 |
| Hex | 77 | 22 | DC | 2E | 55 | 0 | E | 10B | 49 | 32 |
| Octal | 167 | 42 | 334 | 56 | 125 | 0 | 16 | 413 | 111 | 62 |
| Binary | 1110111 | 100010 | 11011100 | 101110 | 1010101 | 0 | 1110 | 100001011 | 1001001 | 110010 |
Color Harmonies of #7722DC
Complementary color
Monochromatic Colors of #7722DC
Black with #7722DC
Text Example
Text Example
White with #7722DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7722DC; }
p { color: rgb(119,34,220); }
H1.HeaderClassName
{
color: #7722DC;
}
.AnyTagClassName
{
color: #7722DC;
}
</style>
background-color css
<style>
a { background-color: #7722DC; }
a { background-color: rgb(119,34,220); }
div.DivClassName
{
background-color: #7722DC;
}
.BgClassName
{
background-color: #7722DC;
}
</style>
border-color css
<style>
span { border-color: #7722DC; }
span { border-color: rgb(119,34,220); }
td.TdClassName
{
border-color: #7722DC;
}
.TagClassName
{
border-color: #7722DC;
}
</style>