Html Css Color HEX #771BEB Blue Violet

📋 copy color: '#771BEB'

red 119 ◦ green 27 ◦ blue 235

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

Shades of Blue Violet #771BEB

Tints of Blue Violet #771BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.68%

R = 31.23%
G = 7.09%
B = 61.68%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#771BEB (or 0x771BEB) is known color: Blue Violet. HEX triplet: 77, 1B and EB. RGB value is (119,27,235). Sum of RGB (Red+Green+Blue) = 119+27+235=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #771BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771BEB is #88E414. Grayscale: #4D4D4D. Windows color (decimal): -8971285 or 15407991. OLE color: 15407991.

HSL color Cylindrical-coordinate representation of color #771BEB: hue angle of 266.54º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #771BEB is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 27 235 -
CMYK 0.49 0.89 0 0.08
HSL 266.54º 0.84% 0.51% -
HSV(B) 266.54º 0.89% 0.92% -
XYZ 23 10.7 79.45 -
YUV 78.22 216.48 157.09 -
System Red Green Blue C M Y K H S L
Decimal 119 27 235 0.49 0.89 0 0.08 266.54 0.84 0.51
Hex 77 1B EB 31 59 0 8 10B 54 33
Octal 167 33 353 61 131 0 10 413 124 63
Binary 1110111 11011 11101011 110001 1011001 0 1000 100001011 1010100 110011

Color Harmonies of #771BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771BEB

Black with #771BEB

Text Example


Text Example

White with #771BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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