Html Css Color HEX #773BDB Blue Violet

📋 copy color: '#773BDB'

red 119 ◦ green 59 ◦ blue 219

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

Shades of Blue Violet #773BDB

Tints of Blue Violet #773BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.16%

R = 29.97%
G = 14.86%
B = 55.16%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#773BDB (or 0x773BDB) is known color: Blue Violet. HEX triplet: 77, 3B and DB. RGB value is (119,59,219). Sum of RGB (Red+Green+Blue) = 119+59+219=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #773BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773BDB is #88C424. Grayscale: #5E5E5E. Windows color (decimal): -8963109 or 14367607. OLE color: 14367607.

HSL color Cylindrical-coordinate representation of color #773BDB: hue angle of 262.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #773BDB is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 59 219 -
CMYK 0.46 0.73 0 0.14
HSL 262.5º 0.69% 0.55% -
HSV(B) 262.5º 0.73% 0.86% -
XYZ 21.96 12.16 68.21 -
YUV 95.18 197.88 144.99 -
System Red Green Blue C M Y K H S L
Decimal 119 59 219 0.46 0.73 0 0.14 262.5 0.69 0.55
Hex 77 3B DB 2E 49 0 E 106 45 37
Octal 167 73 333 56 111 0 16 406 105 67
Binary 1110111 111011 11011011 101110 1001001 0 1110 100000110 1000101 110111

Color Harmonies of #773BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773BDB

Black with #773BDB

Text Example


Text Example

White with #773BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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