Html Css Color HEX #773BEE Blue Violet

📋 copy color: '#773BEE'

red 119 ◦ green 59 ◦ blue 238

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

Shades of Blue Violet #773BEE

Tints of Blue Violet #773BEE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.18%

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

R = 28.61%
G = 14.18%
B = 57.21%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#773BEE (or 0x773BEE) is known color: Blue Violet. HEX triplet: 77, 3B and EE. RGB value is (119,59,238). Sum of RGB (Red+Green+Blue) = 119+59+238=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #773BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773BEE is #88C411. Grayscale: #606060. Windows color (decimal): -8963090 or 15612791. OLE color: 15612791.

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

Color convert

RGB 119 59 238 -
CMYK 0.50 0.75 0 0.07
HSL 260.11º 0.84% 0.58% -
HSV(B) 260.11º 0.75% 0.93% -
XYZ 24.6 13.22 82.14 -
YUV 97.35 207.38 143.45 -
System Red Green Blue C M Y K H S L
Decimal 119 59 238 0.50 0.75 0 0.07 260.11 0.84 0.58
Hex 77 3B EE 32 4B 0 7 104 54 3A
Octal 167 73 356 62 113 0 7 404 124 72
Binary 1110111 111011 11101110 110010 1001011 0 111 100000100 1010100 111010

Color Harmonies of #773BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BEE

Black with #773BEE

Text Example


Text Example

White with #773BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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