Html Css Color HEX #773EF2 Blue Violet

📋 copy color: '#773EF2'

red 119 ◦ green 62 ◦ blue 242

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

Shades of Blue Violet #773EF2

Tints of Blue Violet #773EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 57.21%

R = 28.13%
G = 14.66%
B = 57.21%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#773EF2 (or 0x773EF2) is known color: Blue Violet. HEX triplet: 77, 3E and F2. RGB value is (119,62,242). Sum of RGB (Red+Green+Blue) = 119+62+242=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 242 (94.92% from 255 or 57.21% from 423); Max value from RGB is 242 - color contains mainly: blue. Hex color #773EF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773EF2 is #88C10D. Grayscale: #626262. Windows color (decimal): -8962318 or 15875703. OLE color: 15875703.

HSL color Cylindrical-coordinate representation of color #773EF2: hue angle of 259º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773EF2 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 62 242 -
CMYK 0.51 0.74 0 0.05
HSL 259º 0.87% 0.6% -
HSV(B) 259º 0.74% 0.95% -
XYZ 25.36 13.78 85.33 -
YUV 99.56 208.38 141.86 -
System Red Green Blue C M Y K H S L
Decimal 119 62 242 0.51 0.74 0 0.05 259 0.87 0.6
Hex 77 3E F2 33 4A 0 5 103 57 3C
Octal 167 76 362 63 112 0 5 403 127 74
Binary 1110111 111110 11110010 110011 1001010 0 101 100000011 1010111 111100

Color Harmonies of #773EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773EF2

Black with #773EF2

Text Example


Text Example

White with #773EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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