Shades of Blue Violet #7710D7
Tints of Blue Violet #7710D7
RGB
CMYK
RGB Variations
Color information
#7710D7 (or 0x7710D7) is known color: Blue Violet. HEX triplet: 77, 10 and D7. RGB value is (119,16,215). Sum of RGB (Red+Green+Blue) = 119+16+215=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #7710D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7710D7 is #88EF28. Grayscale: #444444. Windows color (decimal): -8974121 or 14094455. OLE color: 14094455.
HSL color Cylindrical-coordinate representation of color #7710D7: hue angle of 271.06º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7710D7 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 16 | 215 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.16 |
| HSL | 271.06º | 0.86% | 0.45% | - |
| HSV(B) | 271.06º | 0.93% | 0.84% | - |
| XYZ | 20.06 | 9.2 | 65.01 | - |
| YUV | 69.48 | 210.12 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 215 | 0.45 | 0.93 | 0 | 0.16 | 271.06 | 0.86 | 0.45 |
| Hex | 77 | 10 | D7 | 2D | 5D | 0 | 10 | 10F | 56 | 2D |
| Octal | 167 | 20 | 327 | 55 | 135 | 0 | 20 | 417 | 126 | 55 |
| Binary | 1110111 | 10000 | 11010111 | 101101 | 1011101 | 0 | 10000 | 100001111 | 1010110 | 101101 |
Color Harmonies of #7710D7
Complementary color
Monochromatic Colors of #7710D7
Black with #7710D7
Text Example
Text Example
White with #7710D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7710D7; }
p { color: rgb(119,16,215); }
H1.HeaderClassName
{
color: #7710D7;
}
.AnyTagClassName
{
color: #7710D7;
}
</style>
background-color css
<style>
a { background-color: #7710D7; }
a { background-color: rgb(119,16,215); }
div.DivClassName
{
background-color: #7710D7;
}
.BgClassName
{
background-color: #7710D7;
}
</style>
border-color css
<style>
span { border-color: #7710D7; }
span { border-color: rgb(119,16,215); }
td.TdClassName
{
border-color: #7710D7;
}
.TagClassName
{
border-color: #7710D7;
}
</style>