Shades of Blue Violet #7729FF
Tints of Blue Violet #7729FF
RGB
CMYK
RGB Variations
Color information
#7729FF (or 0x7729FF) is known color: Blue Violet. HEX triplet: 77, 29 and FF. RGB value is (119,41,255). Sum of RGB (Red+Green+Blue) = 119+41+255=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #7729FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7729FF is #88D600. Grayscale: #575757. Windows color (decimal): -8967681 or 16722295. OLE color: 16722295.
HSL color Cylindrical-coordinate representation of color #7729FF: hue angle of 261.87º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7729FF is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 41 | 255 | - |
| CMYK | 0.53 | 0.84 | 0 | 0 |
| HSL | 261.87º | 1% | 0.58% | - |
| HSV(B) | 261.87º | 0.84% | 1% | - |
| XYZ | 26.45 | 12.73 | 95.67 | - |
| YUV | 88.72 | 221.84 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 255 | 0.53 | 0.84 | 0 | 0 | 261.87 | 1 | 0.58 |
| Hex | 77 | 29 | FF | 35 | 54 | 0 | 0 | 106 | 64 | 3A |
| Octal | 167 | 51 | 377 | 65 | 124 | 0 | 0 | 406 | 144 | 72 |
| Binary | 1110111 | 101001 | 11111111 | 110101 | 1010100 | 0 | 0 | 100000110 | 1100100 | 111010 |
Color Harmonies of #7729FF
Complementary color
Monochromatic Colors of #7729FF
Black with #7729FF
Text Example
Text Example
White with #7729FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7729FF; }
p { color: rgb(119,41,255); }
H1.HeaderClassName
{
color: #7729FF;
}
.AnyTagClassName
{
color: #7729FF;
}
</style>
background-color css
<style>
a { background-color: #7729FF; }
a { background-color: rgb(119,41,255); }
div.DivClassName
{
background-color: #7729FF;
}
.BgClassName
{
background-color: #7729FF;
}
</style>
border-color css
<style>
span { border-color: #7729FF; }
span { border-color: rgb(119,41,255); }
td.TdClassName
{
border-color: #7729FF;
}
.TagClassName
{
border-color: #7729FF;
}
</style>