Shades of Blue Violet #771FD3
Tints of Blue Violet #771FD3
RGB
CMYK
RGB Variations
Color information
#771FD3 (or 0x771FD3) is known color: Blue Violet. HEX triplet: 77, 1F and D3. RGB value is (119,31,211). Sum of RGB (Red+Green+Blue) = 119+31+211=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 211 (82.81% from 255 or 58.45% from 361); Max value from RGB is 211 - color contains mainly: blue. Hex color #771FD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771FD3 is #88E02C. Grayscale: #4D4D4D. Windows color (decimal): -8970285 or 13836151. OLE color: 13836151.
HSL color Cylindrical-coordinate representation of color #771FD3: hue angle of 269.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771FD3 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 119 | 31 | 211 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.17 |
| HSL | 269.33º | 0.74% | 0.47% | - |
| HSV(B) | 269.33º | 0.85% | 0.83% | - |
| XYZ | 19.86 | 9.61 | 62.44 | - |
| YUV | 77.83 | 203.15 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 211 | 0.44 | 0.85 | 0 | 0.17 | 269.33 | 0.74 | 0.47 |
| Hex | 77 | 1F | D3 | 2C | 55 | 0 | 11 | 10D | 4A | 2F |
| Octal | 167 | 37 | 323 | 54 | 125 | 0 | 21 | 415 | 112 | 57 |
| Binary | 1110111 | 11111 | 11010011 | 101100 | 1010101 | 0 | 10001 | 100001101 | 1001010 | 101111 |
Color Harmonies of #771FD3
Complementary color
Monochromatic Colors of #771FD3
Black with #771FD3
Text Example
Text Example
White with #771FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771FD3; }
p { color: rgb(119,31,211); }
H1.HeaderClassName
{
color: #771FD3;
}
.AnyTagClassName
{
color: #771FD3;
}
</style>
background-color css
<style>
a { background-color: #771FD3; }
a { background-color: rgb(119,31,211); }
div.DivClassName
{
background-color: #771FD3;
}
.BgClassName
{
background-color: #771FD3;
}
</style>
border-color css
<style>
span { border-color: #771FD3; }
span { border-color: rgb(119,31,211); }
td.TdClassName
{
border-color: #771FD3;
}
.TagClassName
{
border-color: #771FD3;
}
</style>