Html Css Color HEX #773FDB Blue Violet

📋 copy color: '#773FDB'

red 119 ◦ green 63 ◦ blue 219

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

Shades of Blue Violet #773FDB

Tints of Blue Violet #773FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.71%

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

R = 29.68%
G = 15.71%
B = 54.61%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#773FDB (or 0x773FDB) is known color: Blue Violet. HEX triplet: 77, 3F and DB. RGB value is (119,63,219). Sum of RGB (Red+Green+Blue) = 119+63+219=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #773FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FDB is #88C024. Grayscale: #606060. Windows color (decimal): -8962085 or 14368631. OLE color: 14368631.

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

Color convert

RGB 119 63 219 -
CMYK 0.46 0.71 0 0.14
HSL 261.54º 0.68% 0.55% -
HSV(B) 261.54º 0.71% 0.86% -
XYZ 22.17 12.59 68.28 -
YUV 97.53 196.55 143.32 -
System Red Green Blue C M Y K H S L
Decimal 119 63 219 0.46 0.71 0 0.14 261.54 0.68 0.55
Hex 77 3F DB 2E 47 0 E 106 44 37
Octal 167 77 333 56 107 0 16 406 104 67
Binary 1110111 111111 11011011 101110 1000111 0 1110 100000110 1000100 110111

Color Harmonies of #773FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773FDB

Black with #773FDB

Text Example


Text Example

White with #773FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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