Shades of Blue Violet #7729DC
Tints of Blue Violet #7729DC
RGB
CMYK
RGB Variations
Color information
#7729DC (or 0x7729DC) is known color: Blue Violet. HEX triplet: 77, 29 and DC. RGB value is (119,41,220). Sum of RGB (Red+Green+Blue) = 119+41+220=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #7729DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7729DC is #88D623. Grayscale: #545454. Windows color (decimal): -8967716 or 14428535. OLE color: 14428535.
HSL color Cylindrical-coordinate representation of color #7729DC: hue angle of 266.15º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7729DC is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 41 | 220 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.14 |
| HSL | 266.15º | 0.72% | 0.51% | - |
| HSV(B) | 266.15º | 0.81% | 0.86% | - |
| XYZ | 21.32 | 10.68 | 68.65 | - |
| YUV | 84.73 | 204.34 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 220 | 0.46 | 0.81 | 0 | 0.14 | 266.15 | 0.72 | 0.51 |
| Hex | 77 | 29 | DC | 2E | 51 | 0 | E | 10A | 48 | 33 |
| Octal | 167 | 51 | 334 | 56 | 121 | 0 | 16 | 412 | 110 | 63 |
| Binary | 1110111 | 101001 | 11011100 | 101110 | 1010001 | 0 | 1110 | 100001010 | 1001000 | 110011 |
Color Harmonies of #7729DC
Complementary color
Monochromatic Colors of #7729DC
Black with #7729DC
Text Example
Text Example
White with #7729DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7729DC; }
p { color: rgb(119,41,220); }
H1.HeaderClassName
{
color: #7729DC;
}
.AnyTagClassName
{
color: #7729DC;
}
</style>
background-color css
<style>
a { background-color: #7729DC; }
a { background-color: rgb(119,41,220); }
div.DivClassName
{
background-color: #7729DC;
}
.BgClassName
{
background-color: #7729DC;
}
</style>
border-color css
<style>
span { border-color: #7729DC; }
span { border-color: rgb(119,41,220); }
td.TdClassName
{
border-color: #7729DC;
}
.TagClassName
{
border-color: #7729DC;
}
</style>