Html Css Color HEX #772EFF Blue Violet

📋 copy color: '#772EFF'

red 119 ◦ green 46 ◦ blue 255

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

Shades of Blue Violet #772EFF

Tints of Blue Violet #772EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.95%

 BLUE value IS 255 (100% from 255) = 60.71%

R = 28.33%
G = 10.95%
B = 60.71%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#772EFF (or 0x772EFF) is known color: Blue Violet. HEX triplet: 77, 2E and FF. RGB value is (119,46,255). Sum of RGB (Red+Green+Blue) = 119+46+255=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #772EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772EFF is #88D100. Grayscale: #5A5A5A. Windows color (decimal): -8966401 or 16723575. OLE color: 16723575.

HSL color Cylindrical-coordinate representation of color #772EFF: hue angle of 260.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772EFF is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 46 255 -
CMYK 0.53 0.82 0 0
HSL 260.96º 1% 0.59% -
HSV(B) 260.96º 0.82% 1% -
XYZ 26.63 13.1 95.73 -
YUV 91.65 220.18 147.51 -
System Red Green Blue C M Y K H S L
Decimal 119 46 255 0.53 0.82 0 0 260.96 1 0.59
Hex 77 2E FF 35 52 0 0 105 64 3B
Octal 167 56 377 65 122 0 0 405 144 73
Binary 1110111 101110 11111111 110101 1010010 0 0 100000101 1100100 111011

Color Harmonies of #772EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772EFF

Black with #772EFF

Text Example


Text Example

White with #772EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,46,255); }

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

background-color css

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

 a { background-color: rgb(119,46,255); }

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

border-color css

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

 span { border-color: rgb(119,46,255); }

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