Html Css Color HEX #772CE5 Blue Violet

📋 copy color: '#772CE5'

red 119 ◦ green 44 ◦ blue 229

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

Shades of Blue Violet #772CE5

Tints of Blue Violet #772CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 58.42%

R = 30.36%
G = 11.22%
B = 58.42%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#772CE5 (or 0x772CE5) is known color: Blue Violet. HEX triplet: 77, 2C and E5. RGB value is (119,44,229). Sum of RGB (Red+Green+Blue) = 119+44+229=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 229 (89.84% from 255 or 58.42% from 392); Max value from RGB is 229 - color contains mainly: blue. Hex color #772CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772CE5 is #88D31A. Grayscale: #565656. Windows color (decimal): -8966939 or 15019127. OLE color: 15019127.

HSL color Cylindrical-coordinate representation of color #772CE5: hue angle of 264.32º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #772CE5 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 119 44 229 -
CMYK 0.48 0.81 0 0.10
HSL 264.32º 0.78% 0.54% -
HSV(B) 264.32º 0.81% 0.9% -
XYZ 22.65 11.38 75.13 -
YUV 87.52 207.85 150.46 -
System Red Green Blue C M Y K H S L
Decimal 119 44 229 0.48 0.81 0 0.10 264.32 0.78 0.54
Hex 77 2C E5 30 51 0 A 108 4E 36
Octal 167 54 345 60 121 0 12 410 116 66
Binary 1110111 101100 11100101 110000 1010001 0 1010 100001000 1001110 110110

Color Harmonies of #772CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772CE5

Black with #772CE5

Text Example


Text Example

White with #772CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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