#771FF1

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

Shades of Blue Violet #771FF1

Tints of Blue Violet #771FF1

Color information

#771FF1 (or 0x771FF1) is unknown color: approx Blue Violet. HEX triplet: 77, 1F and F1. RGB value is (119,31,241). Sum of RGB (Red+Green+Blue) = 119+31+241=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 241 (94.53% from 255 or 61.64% from 391); Max value from RGB is 241 - color contains mainly: blue. Hex color #771FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771FF1 is #88E00E. Grayscale: #505050. Windows color (decimal): -8970255 or 15802231. OLE color: 15802231.

HSL color Cylindrical-coordinate representation of color #771FF1: hue angle of 265.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771FF1 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11931241-
CMYK0.510.8700.05
HSL265.14º88.24%53.33%-
HSV(B)265.14º87.14%94.51%-
XYZ23.9711.2584.13-
YUV81.25218.15154.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 31 (12.5% from 255) = 7.93%
BLUE value IS 241 (94.53% from 255) = 61.64%
R=30.43%
G=7.93%
B=61.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal119312410.510.8700.05265.1488.2453.33
Hex771FF13357051095835
Octal16737361631270541113065
Binary11101111111111110001110011101011101011000010011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,31,241); }

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

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

 a { background-color: rgb(119,31,241); }

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

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

 span { border-color: rgb(119,31,241); }

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