Html Css Color HEX #771BE5 Blue Violet

📋 copy color: '#771BE5'

red 119 ◦ green 27 ◦ blue 229

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

Shades of Blue Violet #771BE5

Tints of Blue Violet #771BE5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.2%

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

R = 31.73%
G = 7.2%
B = 61.07%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#771BE5 (or 0x771BE5) is known color: Blue Violet. HEX triplet: 77, 1B and E5. RGB value is (119,27,229). Sum of RGB (Red+Green+Blue) = 119+27+229=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 229 (89.84% from 255 or 61.07% from 375); Max value from RGB is 229 - color contains mainly: blue. Hex color #771BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BE5 is #88E41A. Grayscale: #4C4C4C. Windows color (decimal): -8971291 or 15014775. OLE color: 15014775.

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

Color convert

RGB 119 27 229 -
CMYK 0.48 0.88 0 0.10
HSL 267.33º 0.8% 0.5% -
HSV(B) 267.33º 0.88% 0.9% -
XYZ 22.14 10.36 74.96 -
YUV 77.54 213.48 157.57 -
System Red Green Blue C M Y K H S L
Decimal 119 27 229 0.48 0.88 0 0.10 267.33 0.8 0.5
Hex 77 1B E5 30 58 0 A 10B 50 32
Octal 167 33 345 60 130 0 12 413 120 62
Binary 1110111 11011 11100101 110000 1011000 0 1010 100001011 1010000 110010

Color Harmonies of #771BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771BE5

Black with #771BE5

Text Example


Text Example

White with #771BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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