Html Css Color HEX #771FEE Blue Violet

📋 copy color: '#771FEE'

red 119 ◦ green 31 ◦ blue 238

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

Shades of Blue Violet #771FEE

Tints of Blue Violet #771FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.99%

 BLUE value IS 238 (93.36% from 255) = 61.34%

R = 30.67%
G = 7.99%
B = 61.34%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#771FEE (or 0x771FEE) is known color: Blue Violet. HEX triplet: 77, 1F and EE. RGB value is (119,31,238). Sum of RGB (Red+Green+Blue) = 119+31+238=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #771FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771FEE is #88E011. Grayscale: #505050. Windows color (decimal): -8970258 or 15605623. OLE color: 15605623.

HSL color Cylindrical-coordinate representation of color #771FEE: hue angle of 265.51º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771FEE is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 31 238 -
CMYK 0.50 0.87 0 0.07
HSL 265.51º 0.86% 0.53% -
HSV(B) 265.51º 0.87% 0.93% -
XYZ 23.53 11.07 81.79 -
YUV 80.91 216.65 155.17 -
System Red Green Blue C M Y K H S L
Decimal 119 31 238 0.50 0.87 0 0.07 265.51 0.86 0.53
Hex 77 1F EE 32 57 0 7 10A 56 35
Octal 167 37 356 62 127 0 7 412 126 65
Binary 1110111 11111 11101110 110010 1010111 0 111 100001010 1010110 110101

Color Harmonies of #771FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FEE

Black with #771FEE

Text Example


Text Example

White with #771FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,31,238); }

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

background-color css

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

 a { background-color: rgb(119,31,238); }

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

border-color css

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

 span { border-color: rgb(119,31,238); }

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