Html Css Color HEX #771DF7 Blue Violet

📋 copy color: '#771DF7'

red 119 ◦ green 29 ◦ blue 247

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

Shades of Blue Violet #771DF7

Tints of Blue Violet #771DF7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.34%

 BLUE value IS 247 (96.88% from 255) = 62.53%

R = 30.13%
G = 7.34%
B = 62.53%

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

#771DF7 (or 0x771DF7) is known color: Blue Violet. HEX triplet: 77, 1D and F7. RGB value is (119,29,247). Sum of RGB (Red+Green+Blue) = 119+29+247=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 247 (96.88% from 255 or 62.53% from 395); Max value from RGB is 247 - color contains mainly: blue. Hex color #771DF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771DF7 is #88E208. Grayscale: #4F4F4F. Windows color (decimal): -8970761 or 16194935. OLE color: 16194935.

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

Color convert

RGB 119 29 247 -
CMYK 0.52 0.88 0 0.03
HSL 264.77º 0.93% 0.54% -
HSV(B) 264.77º 0.88% 0.97% -
XYZ 24.84 11.52 88.91 -
YUV 80.76 221.82 155.27 -
System Red Green Blue C M Y K H S L
Decimal 119 29 247 0.52 0.88 0 0.03 264.77 0.93 0.54
Hex 77 1D F7 34 58 0 3 109 5D 36
Octal 167 35 367 64 130 0 3 411 135 66
Binary 1110111 11101 11110111 110100 1011000 0 11 100001001 1011101 110110

Color Harmonies of #771DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771DF7

Black with #771DF7

Text Example


Text Example

White with #771DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,29,247); }

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

background-color css

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

 a { background-color: rgb(119,29,247); }

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

border-color css

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

 span { border-color: rgb(119,29,247); }

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