Html Css Color HEX #771EFA Blue Violet

📋 copy color: '#771EFA'

red 119 ◦ green 30 ◦ blue 250

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

Shades of Blue Violet #771EFA

Tints of Blue Violet #771EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.52%

 BLUE value IS 250 (98.05% from 255) = 62.66%

R = 29.82%
G = 7.52%
B = 62.66%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#771EFA (or 0x771EFA) is known color: Blue Violet. HEX triplet: 77, 1E and FA. RGB value is (119,30,250). Sum of RGB (Red+Green+Blue) = 119+30+250=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #771EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771EFA is #88E105. Grayscale: #505050. Windows color (decimal): -8970502 or 16391799. OLE color: 16391799.

HSL color Cylindrical-coordinate representation of color #771EFA: hue angle of 264.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #771EFA is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 30 250 -
CMYK 0.52 0.88 0 0.02
HSL 264.27º 0.96% 0.55% -
HSV(B) 264.27º 0.88% 0.98% -
XYZ 25.33 11.75 91.38 -
YUV 81.69 222.99 154.61 -
System Red Green Blue C M Y K H S L
Decimal 119 30 250 0.52 0.88 0 0.02 264.27 0.96 0.55
Hex 77 1E FA 34 58 0 2 108 60 37
Octal 167 36 372 64 130 0 2 410 140 67
Binary 1110111 11110 11111010 110100 1011000 0 10 100001000 1100000 110111

Color Harmonies of #771EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771EFA

Black with #771EFA

Text Example


Text Example

White with #771EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,30,250); }

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

background-color css

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

 a { background-color: rgb(119,30,250); }

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

border-color css

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

 span { border-color: rgb(119,30,250); }

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