Html Css Color HEX #771EF8 Blue Violet

📋 copy color: '#771EF8'

red 119 ◦ green 30 ◦ blue 248

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

Shades of Blue Violet #771EF8

Tints of Blue Violet #771EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 62.47%

R = 29.97%
G = 7.56%
B = 62.47%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#771EF8 (or 0x771EF8) is known color: Blue Violet. HEX triplet: 77, 1E and F8. RGB value is (119,30,248). Sum of RGB (Red+Green+Blue) = 119+30+248=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 248 (97.27% from 255 or 62.47% from 397); Max value from RGB is 248 - color contains mainly: blue. Hex color #771EF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771EF8 is #88E107. Grayscale: #505050. Windows color (decimal): -8970504 or 16260727. OLE color: 16260727.

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

Color convert

RGB 119 30 248 -
CMYK 0.52 0.88 0 0.03
HSL 264.5º 0.94% 0.55% -
HSV(B) 264.5º 0.88% 0.97% -
XYZ 25.02 11.63 89.73 -
YUV 81.46 221.99 154.77 -
System Red Green Blue C M Y K H S L
Decimal 119 30 248 0.52 0.88 0 0.03 264.5 0.94 0.55
Hex 77 1E F8 34 58 0 3 108 5E 37
Octal 167 36 370 64 130 0 3 410 136 67
Binary 1110111 11110 11111000 110100 1011000 0 11 100001000 1011110 110111

Color Harmonies of #771EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771EF8

Black with #771EF8

Text Example


Text Example

White with #771EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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