Shades of Blue Violet #7731DA
Tints of Blue Violet #7731DA
RGB
CMYK
RGB Variations
Color information
#7731DA (or 0x7731DA) is known color: Blue Violet. HEX triplet: 77, 31 and DA. RGB value is (119,49,218). Sum of RGB (Red+Green+Blue) = 119+49+218=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #7731DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7731DA is #88CE25. Grayscale: #585858. Windows color (decimal): -8965670 or 14299511. OLE color: 14299511.
HSL color Cylindrical-coordinate representation of color #7731DA: hue angle of 264.85º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7731DA is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 49 | 218 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.15 |
| HSL | 264.85º | 0.7% | 0.52% | - |
| HSV(B) | 264.85º | 0.78% | 0.85% | - |
| XYZ | 21.36 | 11.18 | 67.36 | - |
| YUV | 89.2 | 200.69 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 218 | 0.45 | 0.78 | 0 | 0.15 | 264.85 | 0.7 | 0.52 |
| Hex | 77 | 31 | DA | 2D | 4E | 0 | F | 109 | 46 | 34 |
| Octal | 167 | 61 | 332 | 55 | 116 | 0 | 17 | 411 | 106 | 64 |
| Binary | 1110111 | 110001 | 11011010 | 101101 | 1001110 | 0 | 1111 | 100001001 | 1000110 | 110100 |
Color Harmonies of #7731DA
Complementary color
Monochromatic Colors of #7731DA
Black with #7731DA
Text Example
Text Example
White with #7731DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7731DA; }
p { color: rgb(119,49,218); }
H1.HeaderClassName
{
color: #7731DA;
}
.AnyTagClassName
{
color: #7731DA;
}
</style>
background-color css
<style>
a { background-color: #7731DA; }
a { background-color: rgb(119,49,218); }
div.DivClassName
{
background-color: #7731DA;
}
.BgClassName
{
background-color: #7731DA;
}
</style>
border-color css
<style>
span { border-color: #7731DA; }
span { border-color: rgb(119,49,218); }
td.TdClassName
{
border-color: #7731DA;
}
.TagClassName
{
border-color: #7731DA;
}
</style>