Shades of Blue Violet #7729E6
Tints of Blue Violet #7729E6
RGB
CMYK
RGB Variations
Color information
#7729E6 (or 0x7729E6) is known color: Blue Violet. HEX triplet: 77, 29 and E6. RGB value is (119,41,230). Sum of RGB (Red+Green+Blue) = 119+41+230=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 230 (90.23% from 255 or 58.97% from 390); Max value from RGB is 230 - color contains mainly: blue. Hex color #7729E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7729E6 is #88D619. Grayscale: #555555. Windows color (decimal): -8967706 or 15083895. OLE color: 15083895.
HSL color Cylindrical-coordinate representation of color #7729E6: hue angle of 264.76º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7729E6 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 41 | 230 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.10 |
| HSL | 264.76º | 0.79% | 0.53% | - |
| HSV(B) | 264.76º | 0.82% | 0.9% | - |
| XYZ | 22.68 | 11.22 | 75.83 | - |
| YUV | 85.87 | 209.34 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 230 | 0.48 | 0.82 | 0 | 0.10 | 264.76 | 0.79 | 0.53 |
| Hex | 77 | 29 | E6 | 30 | 52 | 0 | A | 109 | 4F | 35 |
| Octal | 167 | 51 | 346 | 60 | 122 | 0 | 12 | 411 | 117 | 65 |
| Binary | 1110111 | 101001 | 11100110 | 110000 | 1010010 | 0 | 1010 | 100001001 | 1001111 | 110101 |
Color Harmonies of #7729E6
Complementary color
Monochromatic Colors of #7729E6
Black with #7729E6
Text Example
Text Example
White with #7729E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7729E6; }
p { color: rgb(119,41,230); }
H1.HeaderClassName
{
color: #7729E6;
}
.AnyTagClassName
{
color: #7729E6;
}
</style>
background-color css
<style>
a { background-color: #7729E6; }
a { background-color: rgb(119,41,230); }
div.DivClassName
{
background-color: #7729E6;
}
.BgClassName
{
background-color: #7729E6;
}
</style>
border-color css
<style>
span { border-color: #7729E6; }
span { border-color: rgb(119,41,230); }
td.TdClassName
{
border-color: #7729E6;
}
.TagClassName
{
border-color: #7729E6;
}
</style>