Html Css Color HEX #773EFA Blue Violet

📋 copy color: '#773EFA'

red 119 ◦ green 62 ◦ blue 250

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

Shades of Blue Violet #773EFA

Tints of Blue Violet #773EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58%

R = 27.61%
G = 14.39%
B = 58%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#773EFA (or 0x773EFA) is known color: Blue Violet. HEX triplet: 77, 3E and FA. RGB value is (119,62,250). Sum of RGB (Red+Green+Blue) = 119+62+250=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #773EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773EFA is #88C105. Grayscale: #636363. Windows color (decimal): -8962310 or 16399991. OLE color: 16399991.

HSL color Cylindrical-coordinate representation of color #773EFA: hue angle of 258.19º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773EFA is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 62 250 -
CMYK 0.52 0.75 0 0.02
HSL 258.19º 0.95% 0.61% -
HSV(B) 258.19º 0.75% 0.98% -
XYZ 26.59 14.27 91.8 -
YUV 100.48 212.38 141.21 -
System Red Green Blue C M Y K H S L
Decimal 119 62 250 0.52 0.75 0 0.02 258.19 0.95 0.61
Hex 77 3E FA 34 4B 0 2 102 5F 3D
Octal 167 76 372 64 113 0 2 402 137 75
Binary 1110111 111110 11111010 110100 1001011 0 10 100000010 1011111 111101

Color Harmonies of #773EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773EFA

Black with #773EFA

Text Example


Text Example

White with #773EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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