Html Css Color HEX #773EFF Blue Violet

📋 copy color: '#773EFF'

red 119 ◦ green 62 ◦ blue 255

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

Shades of Blue Violet #773EFF

Tints of Blue Violet #773EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.49%

R = 27.29%
G = 14.22%
B = 58.49%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#773EFF (or 0x773EFF) is known color: Blue Violet. HEX triplet: 77, 3E and FF. RGB value is (119,62,255). Sum of RGB (Red+Green+Blue) = 119+62+255=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #773EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773EFF is #88C100. Grayscale: #646464. Windows color (decimal): -8962305 or 16727671. OLE color: 16727671.

HSL color Cylindrical-coordinate representation of color #773EFF: hue angle of 257.72º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #773EFF is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 62 255 -
CMYK 0.53 0.76 0 0
HSL 257.72º 1% 0.62% -
HSV(B) 257.72º 0.76% 1% -
XYZ 27.38 14.59 95.98 -
YUV 101.05 214.88 140.81 -
System Red Green Blue C M Y K H S L
Decimal 119 62 255 0.53 0.76 0 0 257.72 1 0.62
Hex 77 3E FF 35 4C 0 0 102 64 3E
Octal 167 76 377 65 114 0 0 402 144 76
Binary 1110111 111110 11111111 110101 1001100 0 0 100000010 1100100 111110

Color Harmonies of #773EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773EFF

Black with #773EFF

Text Example


Text Example

White with #773EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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