Html Css Color HEX #771AD0 Blue Violet

📋 copy color: '#771AD0'

red 119 ◦ green 26 ◦ blue 208

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

Shades of Blue Violet #771AD0

Tints of Blue Violet #771AD0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.37%

 BLUE value IS 208 (81.64% from 255) = 58.92%

R = 33.71%
G = 7.37%
B = 58.92%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#771AD0 (or 0x771AD0) is known color: Blue Violet. HEX triplet: 77, 1A and D0. RGB value is (119,26,208). Sum of RGB (Red+Green+Blue) = 119+26+208=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #771AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771AD0 is #88E52F. Grayscale: #494949. Windows color (decimal): -8971568 or 13638263. OLE color: 13638263.

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

Color convert

RGB 119 26 208 -
CMYK 0.43 0.88 0 0.18
HSL 270.66º 0.78% 0.46% -
HSV(B) 270.66º 0.88% 0.82% -
XYZ 19.36 9.21 60.43 -
YUV 74.56 203.31 159.7 -
System Red Green Blue C M Y K H S L
Decimal 119 26 208 0.43 0.88 0 0.18 270.66 0.78 0.46
Hex 77 1A D0 2B 58 0 12 10F 4E 2E
Octal 167 32 320 53 130 0 22 417 116 56
Binary 1110111 11010 11010000 101011 1011000 0 10010 100001111 1001110 101110

Color Harmonies of #771AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AD0

Black with #771AD0

Text Example


Text Example

White with #771AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,26,208); }

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

background-color css

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

 a { background-color: rgb(119,26,208); }

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

border-color css

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

 span { border-color: rgb(119,26,208); }

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