Html Css Color HEX #771BDA Blue Violet

📋 copy color: '#771BDA'

red 119 ◦ green 27 ◦ blue 218

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

Shades of Blue Violet #771BDA

Tints of Blue Violet #771BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.89%

R = 32.69%
G = 7.42%
B = 59.89%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#771BDA (or 0x771BDA) is known color: Blue Violet. HEX triplet: 77, 1B and DA. RGB value is (119,27,218). Sum of RGB (Red+Green+Blue) = 119+27+218=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #771BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BDA is #88E425. Grayscale: #4B4B4B. Windows color (decimal): -8971302 or 14293879. OLE color: 14293879.

HSL color Cylindrical-coordinate representation of color #771BDA: hue angle of 268.9º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771BDA is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 27 218 -
CMYK 0.45 0.88 0 0.15
HSL 268.9º 0.78% 0.48% -
HSV(B) 268.9º 0.88% 0.85% -
XYZ 20.65 9.77 67.13 -
YUV 76.28 207.98 158.47 -
System Red Green Blue C M Y K H S L
Decimal 119 27 218 0.45 0.88 0 0.15 268.9 0.78 0.48
Hex 77 1B DA 2D 58 0 F 10D 4E 30
Octal 167 33 332 55 130 0 17 415 116 60
Binary 1110111 11011 11011010 101101 1011000 0 1111 100001101 1001110 110000

Color Harmonies of #771BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771BDA

Black with #771BDA

Text Example


Text Example

White with #771BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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