#771AF1

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

Shades of Blue Violet #771AF1

Tints of Blue Violet #771AF1

Color information

#771AF1 (or 0x771AF1) is unknown color: approx Blue Violet. HEX triplet: 77, 1A and F1. RGB value is (119,26,241). Sum of RGB (Red+Green+Blue) = 119+26+241=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #771AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771AF1 is #88E50E. Grayscale: #4D4D4D. Windows color (decimal): -8971535 or 15800951. OLE color: 15800951.

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

Color convert

RGB11926241-
CMYK0.510.8900.05
HSL265.95º88.48%52.35%-
HSV(B)265.95º89.21%94.51%-
XYZ23.8511.0184.09-
YUV78.32219.81157.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.83%
GREEN value IS 26 (10.55% from 255) = 6.74%
BLUE value IS 241 (94.53% from 255) = 62.44%
R=30.83%
G=6.74%
B=62.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal119262410.510.8900.05265.9588.4852.35
Hex771AF133590510a5834
Octal16732361631310541213064
Binary11101111101011110001110011101100101011000010101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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