Shades of Blue Violet #770FD8
Tints of Blue Violet #770FD8
RGB
CMYK
RGB Variations
Color information
#770FD8 (or 0x770FD8) is known color: Blue Violet. HEX triplet: 77, 0F and D8. RGB value is (119,15,216). Sum of RGB (Red+Green+Blue) = 119+15+216=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 216 (84.77% from 255 or 61.71% from 350); Max value from RGB is 216 - color contains mainly: blue. Hex color #770FD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FD8 is #88F027. Grayscale: #444444. Windows color (decimal): -8974376 or 14159735. OLE color: 14159735.
HSL color Cylindrical-coordinate representation of color #770FD8: hue angle of 271.04º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770FD8 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 15 | 216 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.15 |
| HSL | 271.04º | 0.87% | 0.45% | - |
| HSV(B) | 271.04º | 0.93% | 0.85% | - |
| XYZ | 20.17 | 9.22 | 65.68 | - |
| YUV | 69.01 | 210.96 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 216 | 0.45 | 0.93 | 0 | 0.15 | 271.04 | 0.87 | 0.45 |
| Hex | 77 | F | D8 | 2D | 5D | 0 | F | 10F | 57 | 2D |
| Octal | 167 | 17 | 330 | 55 | 135 | 0 | 17 | 417 | 127 | 55 |
| Binary | 1110111 | 1111 | 11011000 | 101101 | 1011101 | 0 | 1111 | 100001111 | 1010111 | 101101 |
Color Harmonies of #770FD8
Complementary color
Monochromatic Colors of #770FD8
Black with #770FD8
Text Example
Text Example
White with #770FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770FD8; }
p { color: rgb(119,15,216); }
H1.HeaderClassName
{
color: #770FD8;
}
.AnyTagClassName
{
color: #770FD8;
}
</style>
background-color css
<style>
a { background-color: #770FD8; }
a { background-color: rgb(119,15,216); }
div.DivClassName
{
background-color: #770FD8;
}
.BgClassName
{
background-color: #770FD8;
}
</style>
border-color css
<style>
span { border-color: #770FD8; }
span { border-color: rgb(119,15,216); }
td.TdClassName
{
border-color: #770FD8;
}
.TagClassName
{
border-color: #770FD8;
}
</style>