Shades of Blue Violet #7710DF
Tints of Blue Violet #7710DF
RGB
CMYK
RGB Variations
Color information
#7710DF (or 0x7710DF) is known color: Blue Violet. HEX triplet: 77, 10 and DF. RGB value is (119,16,223). Sum of RGB (Red+Green+Blue) = 119+16+223=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #7710DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7710DF is #88EF20. Grayscale: #454545. Windows color (decimal): -8974113 or 14618743. OLE color: 14618743.
HSL color Cylindrical-coordinate representation of color #7710DF: hue angle of 269.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7710DF is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 16 | 223 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.13 |
| HSL | 269.86º | 0.87% | 0.47% | - |
| HSV(B) | 269.86º | 0.93% | 0.87% | - |
| XYZ | 21.11 | 9.62 | 70.56 | - |
| YUV | 70.4 | 214.12 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 223 | 0.47 | 0.93 | 0 | 0.13 | 269.86 | 0.87 | 0.47 |
| Hex | 77 | 10 | DF | 2F | 5D | 0 | D | 10E | 57 | 2F |
| Octal | 167 | 20 | 337 | 57 | 135 | 0 | 15 | 416 | 127 | 57 |
| Binary | 1110111 | 10000 | 11011111 | 101111 | 1011101 | 0 | 1101 | 100001110 | 1010111 | 101111 |
Color Harmonies of #7710DF
Complementary color
Monochromatic Colors of #7710DF
Black with #7710DF
Text Example
Text Example
White with #7710DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7710DF; }
p { color: rgb(119,16,223); }
H1.HeaderClassName
{
color: #7710DF;
}
.AnyTagClassName
{
color: #7710DF;
}
</style>
background-color css
<style>
a { background-color: #7710DF; }
a { background-color: rgb(119,16,223); }
div.DivClassName
{
background-color: #7710DF;
}
.BgClassName
{
background-color: #7710DF;
}
</style>
border-color css
<style>
span { border-color: #7710DF; }
span { border-color: rgb(119,16,223); }
td.TdClassName
{
border-color: #7710DF;
}
.TagClassName
{
border-color: #7710DF;
}
</style>