Html Css Color HEX #772FEB Blue Violet

📋 copy color: '#772FEB'

red 119 ◦ green 47 ◦ blue 235

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

Shades of Blue Violet #772FEB

Tints of Blue Violet #772FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.72%

 BLUE value IS 235 (92.19% from 255) = 58.6%

R = 29.68%
G = 11.72%
B = 58.6%

CMYK

 C value IS 0.49

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#772FEB (or 0x772FEB) is known color: Blue Violet. HEX triplet: 77, 2F and EB. RGB value is (119,47,235). Sum of RGB (Red+Green+Blue) = 119+47+235=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #772FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772FEB is #88D014. Grayscale: #595959. Windows color (decimal): -8966165 or 15413111. OLE color: 15413111.

HSL color Cylindrical-coordinate representation of color #772FEB: hue angle of 262.98º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #772FEB is Cyan = 0.49, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 47 235 -
CMYK 0.49 0.8 0 0.08
HSL 262.98º 0.82% 0.55% -
HSV(B) 262.98º 0.8% 0.92% -
XYZ 23.62 11.95 79.66 -
YUV 89.96 209.85 148.71 -
System Red Green Blue C M Y K H S L
Decimal 119 47 235 0.49 0.8 0 0.08 262.98 0.82 0.55
Hex 77 2F EB 31 50 0 8 107 52 37
Octal 167 57 353 61 120 0 10 407 122 67
Binary 1110111 101111 11101011 110001 1010000 0 1000 100000111 1010010 110111

Color Harmonies of #772FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FEB

Black with #772FEB

Text Example


Text Example

White with #772FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,47,235); }

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

background-color css

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

 a { background-color: rgb(119,47,235); }

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

border-color css

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

 span { border-color: rgb(119,47,235); }

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