Shades of Blue Violet #771FDF
Tints of Blue Violet #771FDF
RGB
CMYK
RGB Variations
Color information
#771FDF (or 0x771FDF) is known color: Blue Violet. HEX triplet: 77, 1F and DF. RGB value is (119,31,223). Sum of RGB (Red+Green+Blue) = 119+31+223=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #771FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771FDF is #88E020. Grayscale: #4E4E4E. Windows color (decimal): -8970273 or 14622583. OLE color: 14622583.
HSL color Cylindrical-coordinate representation of color #771FDF: hue angle of 267.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771FDF is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 31 | 223 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.13 |
| HSL | 267.5º | 0.76% | 0.5% | - |
| HSV(B) | 267.5º | 0.86% | 0.87% | - |
| XYZ | 21.42 | 10.23 | 70.66 | - |
| YUV | 79.2 | 209.15 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 31 | 223 | 0.47 | 0.86 | 0 | 0.13 | 267.5 | 0.76 | 0.5 |
| Hex | 77 | 1F | DF | 2F | 56 | 0 | D | 10C | 4C | 32 |
| Octal | 167 | 37 | 337 | 57 | 126 | 0 | 15 | 414 | 114 | 62 |
| Binary | 1110111 | 11111 | 11011111 | 101111 | 1010110 | 0 | 1101 | 100001100 | 1001100 | 110010 |
Color Harmonies of #771FDF
Complementary color
Monochromatic Colors of #771FDF
Black with #771FDF
Text Example
Text Example
White with #771FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771FDF; }
p { color: rgb(119,31,223); }
H1.HeaderClassName
{
color: #771FDF;
}
.AnyTagClassName
{
color: #771FDF;
}
</style>
background-color css
<style>
a { background-color: #771FDF; }
a { background-color: rgb(119,31,223); }
div.DivClassName
{
background-color: #771FDF;
}
.BgClassName
{
background-color: #771FDF;
}
</style>
border-color css
<style>
span { border-color: #771FDF; }
span { border-color: rgb(119,31,223); }
td.TdClassName
{
border-color: #771FDF;
}
.TagClassName
{
border-color: #771FDF;
}
</style>