Html Css Color HEX #771AF0 Blue Violet

📋 copy color: '#771AF0'

red 119 ◦ green 26 ◦ blue 240

#771AF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #771AF0

Tints of Blue Violet #771AF0

RGB

 RED value IS 119 (46.88% from 255) = 30.91%

 GREEN value IS 26 (10.55% from 255) = 6.75%

 BLUE value IS 240 (94.14% from 255) = 62.34%

R = 30.91%
G = 6.75%
B = 62.34%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#771AF0 (or 0x771AF0) is known color: Blue Violet. HEX triplet: 77, 1A and F0. RGB value is (119,26,240). Sum of RGB (Red+Green+Blue) = 119+26+240=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 240 (94.14% from 255 or 62.34% from 385); Max value from RGB is 240 - color contains mainly: blue. Hex color #771AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771AF0 is #88E50F. Grayscale: #4D4D4D. Windows color (decimal): -8971536 or 15735415. OLE color: 15735415.

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

Color convert

RGB 119 26 240 -
CMYK 0.50 0.89 0 0.06
HSL 266.07º 0.88% 0.52% -
HSV(B) 266.07º 0.89% 0.94% -
XYZ 23.71 10.95 83.3 -
YUV 78.2 219.31 157.1 -
System Red Green Blue C M Y K H S L
Decimal 119 26 240 0.50 0.89 0 0.06 266.07 0.88 0.52
Hex 77 1A F0 32 59 0 6 10A 58 34
Octal 167 32 360 62 131 0 6 412 130 64
Binary 1110111 11010 11110000 110010 1011001 0 110 100001010 1011000 110100

Color Harmonies of #771AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AF0

Black with #771AF0

Text Example


Text Example

White with #771AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #771AF0;
 }
 .AnyTagClassName
 {
   color: #771AF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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