Shades of Blue Violet #770FD7
Tints of Blue Violet #770FD7
RGB
CMYK
RGB Variations
Color information
#770FD7 (or 0x770FD7) is known color: Blue Violet. HEX triplet: 77, 0F and D7. RGB value is (119,15,215). Sum of RGB (Red+Green+Blue) = 119+15+215=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 215 (84.38% from 255 or 61.60% from 349); Max value from RGB is 215 - color contains mainly: blue. Hex color #770FD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FD7 is #88F028. Grayscale: #444444. Windows color (decimal): -8974377 or 14094199. OLE color: 14094199.
HSL color Cylindrical-coordinate representation of color #770FD7: hue angle of 271.2º degrees, saturation: 0.87, 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 #770FD7 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 15 | 215 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.16 |
| HSL | 271.2º | 0.87% | 0.45% | - |
| HSV(B) | 271.2º | 0.93% | 0.84% | - |
| XYZ | 20.04 | 9.17 | 65 | - |
| YUV | 68.9 | 210.46 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 215 | 0.45 | 0.93 | 0 | 0.16 | 271.2 | 0.87 | 0.45 |
| Hex | 77 | F | D7 | 2D | 5D | 0 | 10 | 10F | 57 | 2D |
| Octal | 167 | 17 | 327 | 55 | 135 | 0 | 20 | 417 | 127 | 55 |
| Binary | 1110111 | 1111 | 11010111 | 101101 | 1011101 | 0 | 10000 | 100001111 | 1010111 | 101101 |
Color Harmonies of #770FD7
Complementary color
Monochromatic Colors of #770FD7
Black with #770FD7
Text Example
Text Example
White with #770FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FD7; }
p { color: rgb(119,15,215); }
H1.HeaderClassName
{
color: #770FD7;
}
.AnyTagClassName
{
color: #770FD7;
}
</style>
background-color css
<style>
a { background-color: #770FD7; }
a { background-color: rgb(119,15,215); }
div.DivClassName
{
background-color: #770FD7;
}
.BgClassName
{
background-color: #770FD7;
}
</style>
border-color css
<style>
span { border-color: #770FD7; }
span { border-color: rgb(119,15,215); }
td.TdClassName
{
border-color: #770FD7;
}
.TagClassName
{
border-color: #770FD7;
}
</style>