Html Css Color HEX #772CE7 Blue Violet

📋 copy color: '#772CE7'

red 119 ◦ green 44 ◦ blue 231

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

Shades of Blue Violet #772CE7

Tints of Blue Violet #772CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.63%

R = 30.2%
G = 11.17%
B = 58.63%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#772CE7 (or 0x772CE7) is known color: Blue Violet. HEX triplet: 77, 2C and E7. RGB value is (119,44,231). Sum of RGB (Red+Green+Blue) = 119+44+231=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 231 (90.62% from 255 or 58.63% from 394); Max value from RGB is 231 - color contains mainly: blue. Hex color #772CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772CE7 is #88D318. Grayscale: #575757. Windows color (decimal): -8966937 or 15150199. OLE color: 15150199.

HSL color Cylindrical-coordinate representation of color #772CE7: hue angle of 264.06º degrees, saturation: 0.8, 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 #772CE7 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 44 231 -
CMYK 0.48 0.81 0 0.09
HSL 264.06º 0.8% 0.54% -
HSV(B) 264.06º 0.81% 0.91% -
XYZ 22.93 11.49 76.61 -
YUV 87.74 208.85 150.29 -
System Red Green Blue C M Y K H S L
Decimal 119 44 231 0.48 0.81 0 0.09 264.06 0.8 0.54
Hex 77 2C E7 30 51 0 9 108 50 36
Octal 167 54 347 60 121 0 11 410 120 66
Binary 1110111 101100 11100111 110000 1010001 0 1001 100001000 1010000 110110

Color Harmonies of #772CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772CE7

Black with #772CE7

Text Example


Text Example

White with #772CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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