Html Css Color HEX #773BFB Blue Violet

📋 copy color: '#773BFB'

red 119 ◦ green 59 ◦ blue 251

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

Shades of Blue Violet #773BFB

Tints of Blue Violet #773BFB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.75%

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

R = 27.74%
G = 13.75%
B = 58.51%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#773BFB (or 0x773BFB) is known color: Blue Violet. HEX triplet: 77, 3B and FB. RGB value is (119,59,251). Sum of RGB (Red+Green+Blue) = 119+59+251=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #773BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773BFB is #88C404. Grayscale: #626262. Windows color (decimal): -8963077 or 16464759. OLE color: 16464759.

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

Color convert

RGB 119 59 251 -
CMYK 0.53 0.76 0 0.02
HSL 258.75º 0.96% 0.61% -
HSV(B) 258.75º 0.76% 0.98% -
XYZ 26.58 14.01 92.57 -
YUV 98.83 213.88 142.39 -
System Red Green Blue C M Y K H S L
Decimal 119 59 251 0.53 0.76 0 0.02 258.75 0.96 0.61
Hex 77 3B FB 35 4C 0 2 103 60 3D
Octal 167 73 373 65 114 0 2 403 140 75
Binary 1110111 111011 11111011 110101 1001100 0 10 100000011 1100000 111101

Color Harmonies of #773BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BFB

Black with #773BFB

Text Example


Text Example

White with #773BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773BFB; }

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

 H1.HeaderClassName
 {
   color: #773BFB;
 }
 .AnyTagClassName
 {
   color: #773BFB;
 }
</style>

background-color css

<style>
 a { background-color: #773BFB; }

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

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

border-color css

<style>
 span { border-color: #773BFB; }

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

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