Html Css Color HEX #773EEA Blue Violet

📋 copy color: '#773EEA'

red 119 ◦ green 62 ◦ blue 234

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

Shades of Blue Violet #773EEA

Tints of Blue Violet #773EEA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.94%

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

R = 28.67%
G = 14.94%
B = 56.39%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#773EEA (or 0x773EEA) is known color: Blue Violet. HEX triplet: 77, 3E and EA. RGB value is (119,62,234). Sum of RGB (Red+Green+Blue) = 119+62+234=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #773EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773EEA is #88C115. Grayscale: #626262. Windows color (decimal): -8962326 or 15351415. OLE color: 15351415.

HSL color Cylindrical-coordinate representation of color #773EEA: hue angle of 259.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773EEA is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 62 234 -
CMYK 0.49 0.74 0 0.08
HSL 259.88º 0.8% 0.58% -
HSV(B) 259.88º 0.74% 0.92% -
XYZ 24.18 13.31 79.14 -
YUV 98.65 204.38 142.51 -
System Red Green Blue C M Y K H S L
Decimal 119 62 234 0.49 0.74 0 0.08 259.88 0.8 0.58
Hex 77 3E EA 31 4A 0 8 104 50 3A
Octal 167 76 352 61 112 0 10 404 120 72
Binary 1110111 111110 11101010 110001 1001010 0 1000 100000100 1010000 111010

Color Harmonies of #773EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773EEA

Black with #773EEA

Text Example


Text Example

White with #773EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773EEA; }

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

 H1.HeaderClassName
 {
   color: #773EEA;
 }
 .AnyTagClassName
 {
   color: #773EEA;
 }
</style>

background-color css

<style>
 a { background-color: #773EEA; }

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

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

border-color css

<style>
 span { border-color: #773EEA; }

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

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