Html Css Color HEX #772BEF Blue Violet

📋 copy color: '#772BEF'

red 119 ◦ green 43 ◦ blue 239

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

Shades of Blue Violet #772BEF

Tints of Blue Violet #772BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.6%

R = 29.68%
G = 10.72%
B = 59.6%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#772BEF (or 0x772BEF) is known color: Blue Violet. HEX triplet: 77, 2B and EF. RGB value is (119,43,239). Sum of RGB (Red+Green+Blue) = 119+43+239=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #772BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772BEF is #88D410. Grayscale: #575757. Windows color (decimal): -8967185 or 15674231. OLE color: 15674231.

HSL color Cylindrical-coordinate representation of color #772BEF: hue angle of 263.27º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772BEF is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 43 239 -
CMYK 0.50 0.82 0 0.06
HSL 263.27º 0.86% 0.55% -
HSV(B) 263.27º 0.82% 0.94% -
XYZ 24.05 11.88 82.69 -
YUV 88.07 213.18 150.06 -
System Red Green Blue C M Y K H S L
Decimal 119 43 239 0.50 0.82 0 0.06 263.27 0.86 0.55
Hex 77 2B EF 32 52 0 6 107 56 37
Octal 167 53 357 62 122 0 6 407 126 67
Binary 1110111 101011 11101111 110010 1010010 0 110 100000111 1010110 110111

Color Harmonies of #772BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BEF

Black with #772BEF

Text Example


Text Example

White with #772BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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