Html Css Color HEX #773AEA Blue Violet

📋 copy color: '#773AEA'

red 119 ◦ green 58 ◦ blue 234

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

Shades of Blue Violet #773AEA

Tints of Blue Violet #773AEA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.11%

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

R = 28.95%
G = 14.11%
B = 56.93%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#773AEA (or 0x773AEA) is known color: Blue Violet. HEX triplet: 77, 3A and EA. RGB value is (119,58,234). Sum of RGB (Red+Green+Blue) = 119+58+234=411 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.95% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #773AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773AEA is #88C515. Grayscale: #5F5F5F. Windows color (decimal): -8963350 or 15350391. OLE color: 15350391.

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

Color convert

RGB 119 58 234 -
CMYK 0.49 0.75 0 0.08
HSL 260.8º 0.81% 0.57% -
HSV(B) 260.8º 0.75% 0.92% -
XYZ 23.97 12.89 79.07 -
YUV 96.3 205.71 144.19 -
System Red Green Blue C M Y K H S L
Decimal 119 58 234 0.49 0.75 0 0.08 260.8 0.81 0.57
Hex 77 3A EA 31 4B 0 8 105 51 39
Octal 167 72 352 61 113 0 10 405 121 71
Binary 1110111 111010 11101010 110001 1001011 0 1000 100000101 1010001 111001

Color Harmonies of #773AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773AEA

Black with #773AEA

Text Example


Text Example

White with #773AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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