Shades of Blue Violet #7731DF
Tints of Blue Violet #7731DF
RGB
CMYK
RGB Variations
Color information
#7731DF (or 0x7731DF) is known color: Blue Violet. HEX triplet: 77, 31 and DF. RGB value is (119,49,223). Sum of RGB (Red+Green+Blue) = 119+49+223=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #7731DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731DF is #88CE20. Grayscale: #595959. Windows color (decimal): -8965665 or 14627191. OLE color: 14627191.
HSL color Cylindrical-coordinate representation of color #7731DF: hue angle of 264.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7731DF is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 49 | 223 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.13 |
| HSL | 264.14º | 0.73% | 0.53% | - |
| HSV(B) | 264.14º | 0.78% | 0.87% | - |
| XYZ | 22.03 | 11.45 | 70.86 | - |
| YUV | 89.77 | 203.19 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 223 | 0.47 | 0.78 | 0 | 0.13 | 264.14 | 0.73 | 0.53 |
| Hex | 77 | 31 | DF | 2F | 4E | 0 | D | 108 | 49 | 35 |
| Octal | 167 | 61 | 337 | 57 | 116 | 0 | 15 | 410 | 111 | 65 |
| Binary | 1110111 | 110001 | 11011111 | 101111 | 1001110 | 0 | 1101 | 100001000 | 1001001 | 110101 |
Color Harmonies of #7731DF
Complementary color
Monochromatic Colors of #7731DF
Black with #7731DF
Text Example
Text Example
White with #7731DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731DF; }
p { color: rgb(119,49,223); }
H1.HeaderClassName
{
color: #7731DF;
}
.AnyTagClassName
{
color: #7731DF;
}
</style>
background-color css
<style>
a { background-color: #7731DF; }
a { background-color: rgb(119,49,223); }
div.DivClassName
{
background-color: #7731DF;
}
.BgClassName
{
background-color: #7731DF;
}
</style>
border-color css
<style>
span { border-color: #7731DF; }
span { border-color: rgb(119,49,223); }
td.TdClassName
{
border-color: #7731DF;
}
.TagClassName
{
border-color: #7731DF;
}
</style>