Html Css Color HEX #771BDE Blue Violet

📋 copy color: '#771BDE'

red 119 ◦ green 27 ◦ blue 222

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

Shades of Blue Violet #771BDE

Tints of Blue Violet #771BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.33%

R = 32.34%
G = 7.34%
B = 60.33%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#771BDE (or 0x771BDE) is known color: Blue Violet. HEX triplet: 77, 1B and DE. RGB value is (119,27,222). Sum of RGB (Red+Green+Blue) = 119+27+222=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #771BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BDE is #88E421. Grayscale: #4C4C4C. Windows color (decimal): -8971298 or 14556023. OLE color: 14556023.

HSL color Cylindrical-coordinate representation of color #771BDE: hue angle of 268.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771BDE is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 27 222 -
CMYK 0.46 0.88 0 0.13
HSL 268.31º 0.78% 0.49% -
HSV(B) 268.31º 0.88% 0.87% -
XYZ 21.18 9.98 69.92 -
YUV 76.74 209.98 158.14 -
System Red Green Blue C M Y K H S L
Decimal 119 27 222 0.46 0.88 0 0.13 268.31 0.78 0.49
Hex 77 1B DE 2E 58 0 D 10C 4E 31
Octal 167 33 336 56 130 0 15 414 116 61
Binary 1110111 11011 11011110 101110 1011000 0 1101 100001100 1001110 110001

Color Harmonies of #771BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771BDE

Black with #771BDE

Text Example


Text Example

White with #771BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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