Html Css Color HEX #772EFA Blue Violet

📋 copy color: '#772EFA'

red 119 ◦ green 46 ◦ blue 250

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

Shades of Blue Violet #772EFA

Tints of Blue Violet #772EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.08%

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

R = 28.67%
G = 11.08%
B = 60.24%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#772EFA (or 0x772EFA) is known color: Blue Violet. HEX triplet: 77, 2E and FA. RGB value is (119,46,250). Sum of RGB (Red+Green+Blue) = 119+46+250=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #772EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772EFA is #88D105. Grayscale: #5A5A5A. Windows color (decimal): -8966406 or 16395895. OLE color: 16395895.

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

Color convert

RGB 119 46 250 -
CMYK 0.52 0.82 0 0.02
HSL 261.47º 0.95% 0.58% -
HSV(B) 261.47º 0.82% 0.98% -
XYZ 25.84 12.78 91.55 -
YUV 91.08 217.68 147.91 -
System Red Green Blue C M Y K H S L
Decimal 119 46 250 0.52 0.82 0 0.02 261.47 0.95 0.58
Hex 77 2E FA 34 52 0 2 105 5F 3A
Octal 167 56 372 64 122 0 2 405 137 72
Binary 1110111 101110 11111010 110100 1010010 0 10 100000101 1011111 111010

Color Harmonies of #772EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772EFA

Black with #772EFA

Text Example


Text Example

White with #772EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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