Html Css Color HEX #771BDC Blue Violet

📋 copy color: '#771BDC'

red 119 ◦ green 27 ◦ blue 220

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

Shades of Blue Violet #771BDC

Tints of Blue Violet #771BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 32.51%
G = 7.38%
B = 60.11%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#771BDC (or 0x771BDC) is known color: Blue Violet. HEX triplet: 77, 1B and DC. RGB value is (119,27,220). Sum of RGB (Red+Green+Blue) = 119+27+220=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #771BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BDC is #88E423. Grayscale: #4B4B4B. Windows color (decimal): -8971300 or 14424951. OLE color: 14424951.

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

Color convert

RGB 119 27 220 -
CMYK 0.46 0.88 0 0.14
HSL 268.6º 0.78% 0.48% -
HSV(B) 268.6º 0.88% 0.86% -
XYZ 20.92 9.87 68.51 -
YUV 76.51 208.98 158.31 -
System Red Green Blue C M Y K H S L
Decimal 119 27 220 0.46 0.88 0 0.14 268.6 0.78 0.48
Hex 77 1B DC 2E 58 0 E 10D 4E 30
Octal 167 33 334 56 130 0 16 415 116 60
Binary 1110111 11011 11011100 101110 1011000 0 1110 100001101 1001110 110000

Color Harmonies of #771BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771BDC

Black with #771BDC

Text Example


Text Example

White with #771BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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