Html Css Color HEX #773FEC Blue Violet

📋 copy color: '#773FEC'

red 119 ◦ green 63 ◦ blue 236

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

Shades of Blue Violet #773FEC

Tints of Blue Violet #773FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.07%

 BLUE value IS 236 (92.58% from 255) = 56.46%

R = 28.47%
G = 15.07%
B = 56.46%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#773FEC (or 0x773FEC) is known color: Blue Violet. HEX triplet: 77, 3F and EC. RGB value is (119,63,236). Sum of RGB (Red+Green+Blue) = 119+63+236=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #773FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773FEC is #88C013. Grayscale: #626262. Windows color (decimal): -8962068 or 15482743. OLE color: 15482743.

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

Color convert

RGB 119 63 236 -
CMYK 0.50 0.73 0 0.07
HSL 259.42º 0.82% 0.59% -
HSV(B) 259.42º 0.73% 0.93% -
XYZ 24.53 13.53 80.68 -
YUV 99.47 205.05 141.93 -
System Red Green Blue C M Y K H S L
Decimal 119 63 236 0.50 0.73 0 0.07 259.42 0.82 0.59
Hex 77 3F EC 32 49 0 7 103 52 3B
Octal 167 77 354 62 111 0 7 403 122 73
Binary 1110111 111111 11101100 110010 1001001 0 111 100000011 1010010 111011

Color Harmonies of #773FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FEC

Black with #773FEC

Text Example


Text Example

White with #773FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,63,236); }

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

background-color css

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

 a { background-color: rgb(119,63,236); }

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

border-color css

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

 span { border-color: rgb(119,63,236); }

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