#771ef9

Color #771EF9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #771EF9

Tints of Blue Violet #771EF9

Color information

#771EF9 (or 0x771EF9) is unknown color: approx Blue Violet. HEX triplet: 77, 1E and F9. RGB value is (119,30,249). Sum of RGB (Red+Green+Blue) = 119+30+249=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 249 (97.66% from 255 or 62.56% from 398); Max value from RGB is 249 - color contains mainly: blue. Hex color #771EF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771EF9 is #88E106. Grayscale: #505050. Windows color (decimal): -8970503 or 16326263. OLE color: 16326263.

HSL color Cylindrical-coordinate representation of color #771EF9: hue angle of 264.38º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771EF9 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11930249-
CMYK0.520.8800.02
HSL264.38º94.81%54.71%-
HSV(B)264.38º87.95%97.65%-
XYZ25.1711.6990.55-
YUV81.58222.49154.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 30 (12.11% from 255) = 7.54%
BLUE value IS 249 (97.66% from 255) = 62.56%
R=29.90%
G=7.54%
B=62.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal119302490.520.8800.02264.3894.8154.71
Hex771EF93458021085f37
Octal16736371641300241013767
Binary1110111111101111100111010010110000101000010001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771ef9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771ef9; }

 p { color: rgb(119,30,249); }

 H1.HeaderClassName
 {
   color: #771ef9;
 }
 .AnyTagClassName
 {
   color: #771ef9;
 }
</style>
background-color css

<style>
 a { background-color: #771ef9; }

 a { background-color: rgb(119,30,249); }

 div.DivClassName
 {
   background-color: #771ef9;
 }
 .BgClassName
 {
   background-color: #771ef9;
 }
</style>
border-color css

<style>
 span { border-color: #771ef9; }

 span { border-color: rgb(119,30,249); }

 td.TdClassName
 {
   border-color: #771ef9;
 }
 .TagClassName
 {
   border-color: #771ef9;
 }
</style>