Html Css Color HEX #771BEE Blue Violet

📋 copy color: '#771BEE'

red 119 ◦ green 27 ◦ blue 238

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

Shades of Blue Violet #771BEE

Tints of Blue Violet #771BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.98%

R = 30.99%
G = 7.03%
B = 61.98%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#771BEE (or 0x771BEE) is known color: Blue Violet. HEX triplet: 77, 1B and EE. RGB value is (119,27,238). Sum of RGB (Red+Green+Blue) = 119+27+238=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #771BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771BEE is #88E411. Grayscale: #4D4D4D. Windows color (decimal): -8971282 or 15604599. OLE color: 15604599.

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

Color convert

RGB 119 27 238 -
CMYK 0.50 0.89 0 0.07
HSL 266.16º 0.86% 0.52% -
HSV(B) 266.16º 0.89% 0.93% -
XYZ 23.43 10.88 81.75 -
YUV 78.56 217.98 156.84 -
System Red Green Blue C M Y K H S L
Decimal 119 27 238 0.50 0.89 0 0.07 266.16 0.86 0.52
Hex 77 1B EE 32 59 0 7 10A 56 34
Octal 167 33 356 62 131 0 7 412 126 64
Binary 1110111 11011 11101110 110010 1011001 0 111 100001010 1010110 110100

Color Harmonies of #771BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771BEE

Black with #771BEE

Text Example


Text Example

White with #771BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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