Html Css Color HEX #771DEE Blue Violet

📋 copy color: '#771DEE'

red 119 ◦ green 29 ◦ blue 238

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

Shades of Blue Violet #771DEE

Tints of Blue Violet #771DEE

RGB

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

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

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

R = 30.83%
G = 7.51%
B = 61.66%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#771DEE (or 0x771DEE) is known color: Blue Violet. HEX triplet: 77, 1D and EE. RGB value is (119,29,238). Sum of RGB (Red+Green+Blue) = 119+29+238=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #771DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771DEE is #88E211. Grayscale: #4E4E4E. Windows color (decimal): -8970770 or 15605111. OLE color: 15605111.

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

Color convert

RGB 119 29 238 -
CMYK 0.50 0.88 0 0.07
HSL 265.84º 0.86% 0.52% -
HSV(B) 265.84º 0.88% 0.93% -
XYZ 23.48 10.97 81.77 -
YUV 79.74 217.32 156.01 -
System Red Green Blue C M Y K H S L
Decimal 119 29 238 0.50 0.88 0 0.07 265.84 0.86 0.52
Hex 77 1D EE 32 58 0 7 10A 56 34
Octal 167 35 356 62 130 0 7 412 126 64
Binary 1110111 11101 11101110 110010 1011000 0 111 100001010 1010110 110100

Color Harmonies of #771DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771DEE

Black with #771DEE

Text Example


Text Example

White with #771DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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