Html Css Color HEX #773DEF Blue Violet

📋 copy color: '#773DEF'

red 119 ◦ green 61 ◦ blue 239

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

Shades of Blue Violet #773DEF

Tints of Blue Violet #773DEF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.56%

 BLUE value IS 239 (93.75% from 255) = 57.04%

R = 28.4%
G = 14.56%
B = 57.04%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#773DEF (or 0x773DEF) is known color: Blue Violet. HEX triplet: 77, 3D and EF. RGB value is (119,61,239). Sum of RGB (Red+Green+Blue) = 119+61+239=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #773DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773DEF is #88C210. Grayscale: #616161. Windows color (decimal): -8962577 or 15678839. OLE color: 15678839.

HSL color Cylindrical-coordinate representation of color #773DEF: hue angle of 259.55º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #773DEF is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 61 239 -
CMYK 0.50 0.74 0 0.06
HSL 259.55º 0.85% 0.59% -
HSV(B) 259.55º 0.74% 0.94% -
XYZ 24.86 13.49 82.96 -
YUV 98.63 207.22 142.53 -
System Red Green Blue C M Y K H S L
Decimal 119 61 239 0.50 0.74 0 0.06 259.55 0.85 0.59
Hex 77 3D EF 32 4A 0 6 104 55 3B
Octal 167 75 357 62 112 0 6 404 125 73
Binary 1110111 111101 11101111 110010 1001010 0 110 100000100 1010101 111011

Color Harmonies of #773DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773DEF

Black with #773DEF

Text Example


Text Example

White with #773DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,61,239); }

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

background-color css

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

 a { background-color: rgb(119,61,239); }

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

border-color css

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

 span { border-color: rgb(119,61,239); }

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