Shades of Blue Violet #7716DA
Tints of Blue Violet #7716DA
RGB
CMYK
RGB Variations
Color information
#7716DA (or 0x7716DA) is known color: Blue Violet. HEX triplet: 77, 16 and DA. RGB value is (119,22,218). Sum of RGB (Red+Green+Blue) = 119+22+218=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #7716DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7716DA is #88E925. Grayscale: #484848. Windows color (decimal): -8972582 or 14292599. OLE color: 14292599.
HSL color Cylindrical-coordinate representation of color #7716DA: hue angle of 269.69º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7716DA is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 22 | 218 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.15 |
| HSL | 269.69º | 0.82% | 0.47% | - |
| HSV(B) | 269.69º | 0.9% | 0.85% | - |
| XYZ | 20.55 | 9.56 | 67.09 | - |
| YUV | 73.35 | 209.64 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 218 | 0.45 | 0.90 | 0 | 0.15 | 269.69 | 0.82 | 0.47 |
| Hex | 77 | 16 | DA | 2D | 5A | 0 | F | 10E | 52 | 2F |
| Octal | 167 | 26 | 332 | 55 | 132 | 0 | 17 | 416 | 122 | 57 |
| Binary | 1110111 | 10110 | 11011010 | 101101 | 1011010 | 0 | 1111 | 100001110 | 1010010 | 101111 |
Color Harmonies of #7716DA
Complementary color
Monochromatic Colors of #7716DA
Black with #7716DA
Text Example
Text Example
White with #7716DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7716DA; }
p { color: rgb(119,22,218); }
H1.HeaderClassName
{
color: #7716DA;
}
.AnyTagClassName
{
color: #7716DA;
}
</style>
background-color css
<style>
a { background-color: #7716DA; }
a { background-color: rgb(119,22,218); }
div.DivClassName
{
background-color: #7716DA;
}
.BgClassName
{
background-color: #7716DA;
}
</style>
border-color css
<style>
span { border-color: #7716DA; }
span { border-color: rgb(119,22,218); }
td.TdClassName
{
border-color: #7716DA;
}
.TagClassName
{
border-color: #7716DA;
}
</style>