Html Css Color HEX #772CE9 Blue Violet

📋 copy color: '#772CE9'

red 119 ◦ green 44 ◦ blue 233

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

Shades of Blue Violet #772CE9

Tints of Blue Violet #772CE9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.11%

 BLUE value IS 233 (91.41% from 255) = 58.84%

R = 30.05%
G = 11.11%
B = 58.84%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#772CE9 (or 0x772CE9) is known color: Blue Violet. HEX triplet: 77, 2C and E9. RGB value is (119,44,233). Sum of RGB (Red+Green+Blue) = 119+44+233=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 233 (91.41% from 255 or 58.84% from 396); Max value from RGB is 233 - color contains mainly: blue. Hex color #772CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772CE9 is #88D316. Grayscale: #575757. Windows color (decimal): -8966935 or 15281271. OLE color: 15281271.

HSL color Cylindrical-coordinate representation of color #772CE9: hue angle of 263.81º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #772CE9 is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 44 233 -
CMYK 0.49 0.81 0 0.09
HSL 263.81º 0.81% 0.54% -
HSV(B) 263.81º 0.81% 0.91% -
XYZ 23.22 11.61 78.11 -
YUV 87.97 209.85 150.13 -
System Red Green Blue C M Y K H S L
Decimal 119 44 233 0.49 0.81 0 0.09 263.81 0.81 0.54
Hex 77 2C E9 31 51 0 9 108 51 36
Octal 167 54 351 61 121 0 11 410 121 66
Binary 1110111 101100 11101001 110001 1010001 0 1001 100001000 1010001 110110

Color Harmonies of #772CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772CE9

Black with #772CE9

Text Example


Text Example

White with #772CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,44,233); }

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

background-color css

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

 a { background-color: rgb(119,44,233); }

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

border-color css

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

 span { border-color: rgb(119,44,233); }

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