Html Css Color HEX #771AEA Blue Violet

📋 copy color: '#771AEA'

red 119 ◦ green 26 ◦ blue 234

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

Shades of Blue Violet #771AEA

Tints of Blue Violet #771AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 61.74%

R = 31.4%
G = 6.86%
B = 61.74%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#771AEA (or 0x771AEA) is known color: Blue Violet. HEX triplet: 77, 1A and EA. RGB value is (119,26,234). Sum of RGB (Red+Green+Blue) = 119+26+234=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #771AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #771AEA is #88E515. Grayscale: #4C4C4C. Windows color (decimal): -8971542 or 15342199. OLE color: 15342199.

HSL color Cylindrical-coordinate representation of color #771AEA: hue angle of 266.83º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #771AEA is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 26 234 -
CMYK 0.49 0.89 0 0.08
HSL 266.83º 0.83% 0.51% -
HSV(B) 266.83º 0.89% 0.92% -
XYZ 22.83 10.6 78.68 -
YUV 77.52 216.31 157.59 -
System Red Green Blue C M Y K H S L
Decimal 119 26 234 0.49 0.89 0 0.08 266.83 0.83 0.51
Hex 77 1A EA 31 59 0 8 10B 53 33
Octal 167 32 352 61 131 0 10 413 123 63
Binary 1110111 11010 11101010 110001 1011001 0 1000 100001011 1010011 110011

Color Harmonies of #771AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AEA

Black with #771AEA

Text Example


Text Example

White with #771AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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