Html Css Color HEX #773BFD Blue Violet

📋 copy color: '#773BFD'

red 119 ◦ green 59 ◦ blue 253

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

Shades of Blue Violet #773BFD

Tints of Blue Violet #773BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 27.61%
G = 13.69%
B = 58.7%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#773BFD (or 0x773BFD) is known color: Blue Violet. HEX triplet: 77, 3B and FD. RGB value is (119,59,253). Sum of RGB (Red+Green+Blue) = 119+59+253=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #773BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773BFD is #88C402. Grayscale: #626262. Windows color (decimal): -8963075 or 16595831. OLE color: 16595831.

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

Color convert

RGB 119 59 253 -
CMYK 0.53 0.77 0 0.01
HSL 258.56º 0.98% 0.61% -
HSV(B) 258.56º 0.77% 0.99% -
XYZ 26.9 14.14 94.24 -
YUV 99.06 214.88 142.23 -
System Red Green Blue C M Y K H S L
Decimal 119 59 253 0.53 0.77 0 0.01 258.56 0.98 0.61
Hex 77 3B FD 35 4D 0 1 103 62 3D
Octal 167 73 375 65 115 0 1 403 142 75
Binary 1110111 111011 11111101 110101 1001101 0 1 100000011 1100010 111101

Color Harmonies of #773BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BFD

Black with #773BFD

Text Example


Text Example

White with #773BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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