Shades of Blue Violet #771EDF
Tints of Blue Violet #771EDF
RGB
CMYK
RGB Variations
Color information
#771EDF (or 0x771EDF) is known color: Blue Violet. HEX triplet: 77, 1E and DF. RGB value is (119,30,223). Sum of RGB (Red+Green+Blue) = 119+30+223=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #771EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771EDF is #88E120. Grayscale: #4D4D4D. Windows color (decimal): -8970529 or 14622327. OLE color: 14622327.
HSL color Cylindrical-coordinate representation of color #771EDF: hue angle of 267.67º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771EDF is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 30 | 223 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.13 |
| HSL | 267.67º | 0.76% | 0.5% | - |
| HSV(B) | 267.67º | 0.87% | 0.87% | - |
| XYZ | 21.39 | 10.18 | 70.65 | - |
| YUV | 78.61 | 209.49 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 30 | 223 | 0.47 | 0.87 | 0 | 0.13 | 267.67 | 0.76 | 0.5 |
| Hex | 77 | 1E | DF | 2F | 57 | 0 | D | 10C | 4C | 32 |
| Octal | 167 | 36 | 337 | 57 | 127 | 0 | 15 | 414 | 114 | 62 |
| Binary | 1110111 | 11110 | 11011111 | 101111 | 1010111 | 0 | 1101 | 100001100 | 1001100 | 110010 |
Color Harmonies of #771EDF
Complementary color
Monochromatic Colors of #771EDF
Black with #771EDF
Text Example
Text Example
White with #771EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771EDF; }
p { color: rgb(119,30,223); }
H1.HeaderClassName
{
color: #771EDF;
}
.AnyTagClassName
{
color: #771EDF;
}
</style>
background-color css
<style>
a { background-color: #771EDF; }
a { background-color: rgb(119,30,223); }
div.DivClassName
{
background-color: #771EDF;
}
.BgClassName
{
background-color: #771EDF;
}
</style>
border-color css
<style>
span { border-color: #771EDF; }
span { border-color: rgb(119,30,223); }
td.TdClassName
{
border-color: #771EDF;
}
.TagClassName
{
border-color: #771EDF;
}
</style>