Html Css Color HEX #773BDF Blue Violet

📋 copy color: '#773BDF'

red 119 ◦ green 59 ◦ blue 223

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

Shades of Blue Violet #773BDF

Tints of Blue Violet #773BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 29.68%
G = 14.71%
B = 55.61%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#773BDF (or 0x773BDF) is known color: Blue Violet. HEX triplet: 77, 3B and DF. RGB value is (119,59,223). Sum of RGB (Red+Green+Blue) = 119+59+223=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #773BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BDF is #88C420. Grayscale: #5F5F5F. Windows color (decimal): -8963105 or 14629751. OLE color: 14629751.

HSL color Cylindrical-coordinate representation of color #773BDF: hue angle of 261.95º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773BDF is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 59 223 -
CMYK 0.47 0.74 0 0.13
HSL 261.95º 0.72% 0.55% -
HSV(B) 261.95º 0.74% 0.87% -
XYZ 22.49 12.38 71.02 -
YUV 95.64 199.88 144.66 -
System Red Green Blue C M Y K H S L
Decimal 119 59 223 0.47 0.74 0 0.13 261.95 0.72 0.55
Hex 77 3B DF 2F 4A 0 D 106 48 37
Octal 167 73 337 57 112 0 15 406 110 67
Binary 1110111 111011 11011111 101111 1001010 0 1101 100000110 1001000 110111

Color Harmonies of #773BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BDF

Black with #773BDF

Text Example


Text Example

White with #773BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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