Html Css Color HEX #773EDC Blue Violet

📋 copy color: '#773EDC'

red 119 ◦ green 62 ◦ blue 220

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

Shades of Blue Violet #773EDC

Tints of Blue Violet #773EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.46%

 BLUE value IS 220 (86.33% from 255) = 54.86%

R = 29.68%
G = 15.46%
B = 54.86%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#773EDC (or 0x773EDC) is known color: Blue Violet. HEX triplet: 77, 3E and DC. RGB value is (119,62,220). Sum of RGB (Red+Green+Blue) = 119+62+220=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #773EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773EDC is #88C123. Grayscale: #606060. Windows color (decimal): -8962340 or 14433911. OLE color: 14433911.

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

Color convert

RGB 119 62 220 -
CMYK 0.46 0.72 0 0.14
HSL 261.65º 0.69% 0.55% -
HSV(B) 261.65º 0.72% 0.86% -
XYZ 22.25 12.53 68.96 -
YUV 97.06 197.38 143.65 -
System Red Green Blue C M Y K H S L
Decimal 119 62 220 0.46 0.72 0 0.14 261.65 0.69 0.55
Hex 77 3E DC 2E 48 0 E 106 45 37
Octal 167 76 334 56 110 0 16 406 105 67
Binary 1110111 111110 11011100 101110 1001000 0 1110 100000110 1000101 110111

Color Harmonies of #773EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773EDC

Black with #773EDC

Text Example


Text Example

White with #773EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,62,220); }

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

background-color css

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

 a { background-color: rgb(119,62,220); }

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

border-color css

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

 span { border-color: rgb(119,62,220); }

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