Html Css Color HEX #772BE9 Blue Violet

📋 copy color: '#772BE9'

red 119 ◦ green 43 ◦ blue 233

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

Shades of Blue Violet #772BE9

Tints of Blue Violet #772BE9

RGB

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

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

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

R = 30.13%
G = 10.89%
B = 58.99%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#772BE9 (or 0x772BE9) is known color: Blue Violet. HEX triplet: 77, 2B and E9. RGB value is (119,43,233). Sum of RGB (Red+Green+Blue) = 119+43+233=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 233 (91.41% from 255 or 58.99% from 395); Max value from RGB is 233 - color contains mainly: blue. Hex color #772BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772BE9 is #88D416. Grayscale: #565656. Windows color (decimal): -8967191 or 15281015. OLE color: 15281015.

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

Color convert

RGB 119 43 233 -
CMYK 0.49 0.82 0 0.09
HSL 264º 0.81% 0.54% -
HSV(B) 264º 0.82% 0.91% -
XYZ 23.18 11.53 78.1 -
YUV 87.38 210.18 150.55 -
System Red Green Blue C M Y K H S L
Decimal 119 43 233 0.49 0.82 0 0.09 264 0.81 0.54
Hex 77 2B E9 31 52 0 9 108 51 36
Octal 167 53 351 61 122 0 11 410 121 66
Binary 1110111 101011 11101001 110001 1010010 0 1001 100001000 1010001 110110

Color Harmonies of #772BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BE9

Black with #772BE9

Text Example


Text Example

White with #772BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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