Html Css Color HEX #773AEE Blue Violet

📋 copy color: '#773AEE'

red 119 ◦ green 58 ◦ blue 238

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

Shades of Blue Violet #773AEE

Tints of Blue Violet #773AEE

RGB

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

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

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

R = 28.67%
G = 13.98%
B = 57.35%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#773AEE (or 0x773AEE) is known color: Blue Violet. HEX triplet: 77, 3A and EE. RGB value is (119,58,238). Sum of RGB (Red+Green+Blue) = 119+58+238=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #773AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773AEE is #88C511. Grayscale: #606060. Windows color (decimal): -8963346 or 15612535. OLE color: 15612535.

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

Color convert

RGB 119 58 238 -
CMYK 0.50 0.76 0 0.07
HSL 260.33º 0.84% 0.58% -
HSV(B) 260.33º 0.76% 0.93% -
XYZ 24.55 13.12 82.13 -
YUV 96.76 207.71 143.86 -
System Red Green Blue C M Y K H S L
Decimal 119 58 238 0.50 0.76 0 0.07 260.33 0.84 0.58
Hex 77 3A EE 32 4C 0 7 104 54 3A
Octal 167 72 356 62 114 0 7 404 124 72
Binary 1110111 111010 11101110 110010 1001100 0 111 100000100 1010100 111010

Color Harmonies of #773AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773AEE

Black with #773AEE

Text Example


Text Example

White with #773AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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