Html Css Color HEX #773EDA Blue Violet

📋 copy color: '#773EDA'

red 119 ◦ green 62 ◦ blue 218

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

Shades of Blue Violet #773EDA

Tints of Blue Violet #773EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.64%

R = 29.82%
G = 15.54%
B = 54.64%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#773EDA (or 0x773EDA) is known color: Blue Violet. HEX triplet: 77, 3E and DA. RGB value is (119,62,218). Sum of RGB (Red+Green+Blue) = 119+62+218=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #773EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773EDA is #88C125. Grayscale: #606060. Windows color (decimal): -8962342 or 14302839. OLE color: 14302839.

HSL color Cylindrical-coordinate representation of color #773EDA: hue angle of 261.92º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #773EDA is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 62 218 -
CMYK 0.45 0.72 0 0.15
HSL 261.92º 0.68% 0.55% -
HSV(B) 261.92º 0.72% 0.85% -
XYZ 21.99 12.43 67.57 -
YUV 96.83 196.38 143.82 -
System Red Green Blue C M Y K H S L
Decimal 119 62 218 0.45 0.72 0 0.15 261.92 0.68 0.55
Hex 77 3E DA 2D 48 0 F 106 44 37
Octal 167 76 332 55 110 0 17 406 104 67
Binary 1110111 111110 11011010 101101 1001000 0 1111 100000110 1000100 110111

Color Harmonies of #773EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773EDA

Black with #773EDA

Text Example


Text Example

White with #773EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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