Html Css Color HEX #771AE5 Blue Violet

📋 copy color: '#771AE5'

red 119 ◦ green 26 ◦ blue 229

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

Shades of Blue Violet #771AE5

Tints of Blue Violet #771AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 61.23%

R = 31.82%
G = 6.95%
B = 61.23%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#771AE5 (or 0x771AE5) is known color: Blue Violet. HEX triplet: 77, 1A and E5. RGB value is (119,26,229). Sum of RGB (Red+Green+Blue) = 119+26+229=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 229 (89.84% from 255 or 61.23% from 374); Max value from RGB is 229 - color contains mainly: blue. Hex color #771AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771AE5 is #88E51A. Grayscale: #4C4C4C. Windows color (decimal): -8971547 or 15014519. OLE color: 15014519.

HSL color Cylindrical-coordinate representation of color #771AE5: hue angle of 267.49º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #771AE5 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 119 26 229 -
CMYK 0.48 0.89 0 0.10
HSL 267.49º 0.8% 0.5% -
HSV(B) 267.49º 0.89% 0.9% -
XYZ 22.12 10.32 74.95 -
YUV 76.95 213.81 157.99 -
System Red Green Blue C M Y K H S L
Decimal 119 26 229 0.48 0.89 0 0.10 267.49 0.8 0.5
Hex 77 1A E5 30 59 0 A 10B 50 32
Octal 167 32 345 60 131 0 12 413 120 62
Binary 1110111 11010 11100101 110000 1011001 0 1010 100001011 1010000 110010

Color Harmonies of #771AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AE5

Black with #771AE5

Text Example


Text Example

White with #771AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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