Html Css Color HEX #771AEE Blue Violet

📋 copy color: '#771AEE'

red 119 ◦ green 26 ◦ blue 238

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

Shades of Blue Violet #771AEE

Tints of Blue Violet #771AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.79%

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

R = 31.07%
G = 6.79%
B = 62.14%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#771AEE (or 0x771AEE) is known color: Blue Violet. HEX triplet: 77, 1A and EE. RGB value is (119,26,238). Sum of RGB (Red+Green+Blue) = 119+26+238=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #771AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771AEE is #88E511. Grayscale: #4D4D4D. Windows color (decimal): -8971538 or 15604343. OLE color: 15604343.

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

Color convert

RGB 119 26 238 -
CMYK 0.50 0.89 0 0.07
HSL 266.32º 0.86% 0.52% -
HSV(B) 266.32º 0.89% 0.93% -
XYZ 23.41 10.83 81.75 -
YUV 77.98 218.31 157.26 -
System Red Green Blue C M Y K H S L
Decimal 119 26 238 0.50 0.89 0 0.07 266.32 0.86 0.52
Hex 77 1A EE 32 59 0 7 10A 56 34
Octal 167 32 356 62 131 0 7 412 126 64
Binary 1110111 11010 11101110 110010 1011001 0 111 100001010 1010110 110100

Color Harmonies of #771AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AEE

Black with #771AEE

Text Example


Text Example

White with #771AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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