Html Css Color HEX #772BE5 Blue Violet

📋 copy color: '#772BE5'

red 119 ◦ green 43 ◦ blue 229

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

Shades of Blue Violet #772BE5

Tints of Blue Violet #772BE5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11%

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

R = 30.43%
G = 11%
B = 58.57%

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

#772BE5 (or 0x772BE5) is known color: Blue Violet. HEX triplet: 77, 2B and E5. RGB value is (119,43,229). Sum of RGB (Red+Green+Blue) = 119+43+229=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #772BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BE5 is #88D41A. Grayscale: #565656. Windows color (decimal): -8967195 or 15018871. OLE color: 15018871.

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

Color convert

RGB 119 43 229 -
CMYK 0.48 0.81 0 0.10
HSL 264.52º 0.78% 0.53% -
HSV(B) 264.52º 0.81% 0.9% -
XYZ 22.61 11.31 75.12 -
YUV 86.93 208.18 150.88 -
System Red Green Blue C M Y K H S L
Decimal 119 43 229 0.48 0.81 0 0.10 264.52 0.78 0.53
Hex 77 2B E5 30 51 0 A 109 4E 35
Octal 167 53 345 60 121 0 12 411 116 65
Binary 1110111 101011 11100101 110000 1010001 0 1010 100001001 1001110 110101

Color Harmonies of #772BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BE5

Black with #772BE5

Text Example


Text Example

White with #772BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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