Html Css Color HEX #772DFB Blue Violet

📋 copy color: '#772DFB'

red 119 ◦ green 45 ◦ blue 251

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

Shades of Blue Violet #772DFB

Tints of Blue Violet #772DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.84%

 BLUE value IS 251 (98.44% from 255) = 60.48%

R = 28.67%
G = 10.84%
B = 60.48%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#772DFB (or 0x772DFB) is known color: Blue Violet. HEX triplet: 77, 2D and FB. RGB value is (119,45,251). Sum of RGB (Red+Green+Blue) = 119+45+251=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #772DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772DFB is #88D204. Grayscale: #595959. Windows color (decimal): -8966661 or 16461175. OLE color: 16461175.

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

Color convert

RGB 119 45 251 -
CMYK 0.53 0.82 0 0.02
HSL 261.55º 0.96% 0.58% -
HSV(B) 261.55º 0.82% 0.98% -
XYZ 25.96 12.76 92.36 -
YUV 90.61 218.52 148.25 -
System Red Green Blue C M Y K H S L
Decimal 119 45 251 0.53 0.82 0 0.02 261.55 0.96 0.58
Hex 77 2D FB 35 52 0 2 106 60 3A
Octal 167 55 373 65 122 0 2 406 140 72
Binary 1110111 101101 11111011 110101 1010010 0 10 100000110 1100000 111010

Color Harmonies of #772DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772DFB

Black with #772DFB

Text Example


Text Example

White with #772DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,45,251); }

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

background-color css

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

 a { background-color: rgb(119,45,251); }

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

border-color css

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

 span { border-color: rgb(119,45,251); }

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