Html Css Color HEX #772BFF Blue Violet

📋 copy color: '#772BFF'

red 119 ◦ green 43 ◦ blue 255

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

Shades of Blue Violet #772BFF

Tints of Blue Violet #772BFF

RGB

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

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

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

R = 28.54%
G = 10.31%
B = 61.15%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#772BFF (or 0x772BFF) is known color: Blue Violet. HEX triplet: 77, 2B and FF. RGB value is (119,43,255). Sum of RGB (Red+Green+Blue) = 119+43+255=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #772BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772BFF is #88D400. Grayscale: #595959. Windows color (decimal): -8967169 or 16722807. OLE color: 16722807.

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

Color convert

RGB 119 43 255 -
CMYK 0.53 0.83 0 0
HSL 261.51º 1% 0.58% -
HSV(B) 261.51º 0.83% 1% -
XYZ 26.52 12.87 95.69 -
YUV 89.89 221.18 148.76 -
System Red Green Blue C M Y K H S L
Decimal 119 43 255 0.53 0.83 0 0 261.51 1 0.58
Hex 77 2B FF 35 53 0 0 106 64 3A
Octal 167 53 377 65 123 0 0 406 144 72
Binary 1110111 101011 11111111 110101 1010011 0 0 100000110 1100100 111010

Color Harmonies of #772BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BFF

Black with #772BFF

Text Example


Text Example

White with #772BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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