Shades of Blue Violet #7716D7
Tints of Blue Violet #7716D7
RGB
CMYK
RGB Variations
Color information
#7716D7 (or 0x7716D7) is known color: Blue Violet. HEX triplet: 77, 16 and D7. RGB value is (119,22,215). Sum of RGB (Red+Green+Blue) = 119+22+215=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 215 (84.38% from 255 or 60.39% from 356); Max value from RGB is 215 - color contains mainly: blue. Hex color #7716D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7716D7 is #88E928. Grayscale: #484848. Windows color (decimal): -8972585 or 14095991. OLE color: 14095991.
HSL color Cylindrical-coordinate representation of color #7716D7: hue angle of 270.16º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7716D7 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 22 | 215 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.16 |
| HSL | 270.16º | 0.81% | 0.46% | - |
| HSV(B) | 270.16º | 0.9% | 0.84% | - |
| XYZ | 20.16 | 9.4 | 65.04 | - |
| YUV | 73.01 | 208.14 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 215 | 0.45 | 0.90 | 0 | 0.16 | 270.16 | 0.81 | 0.46 |
| Hex | 77 | 16 | D7 | 2D | 5A | 0 | 10 | 10E | 51 | 2E |
| Octal | 167 | 26 | 327 | 55 | 132 | 0 | 20 | 416 | 121 | 56 |
| Binary | 1110111 | 10110 | 11010111 | 101101 | 1011010 | 0 | 10000 | 100001110 | 1010001 | 101110 |
Color Harmonies of #7716D7
Complementary color
Monochromatic Colors of #7716D7
Black with #7716D7
Text Example
Text Example
White with #7716D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7716D7; }
p { color: rgb(119,22,215); }
H1.HeaderClassName
{
color: #7716D7;
}
.AnyTagClassName
{
color: #7716D7;
}
</style>
background-color css
<style>
a { background-color: #7716D7; }
a { background-color: rgb(119,22,215); }
div.DivClassName
{
background-color: #7716D7;
}
.BgClassName
{
background-color: #7716D7;
}
</style>
border-color css
<style>
span { border-color: #7716D7; }
span { border-color: rgb(119,22,215); }
td.TdClassName
{
border-color: #7716D7;
}
.TagClassName
{
border-color: #7716D7;
}
</style>