Html Css Color HEX #773DEE Blue Violet

📋 copy color: '#773DEE'

red 119 ◦ green 61 ◦ blue 238

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

Shades of Blue Violet #773DEE

Tints of Blue Violet #773DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 56.94%

R = 28.47%
G = 14.59%
B = 56.94%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#773DEE (or 0x773DEE) is known color: Blue Violet. HEX triplet: 77, 3D and EE. RGB value is (119,61,238). Sum of RGB (Red+Green+Blue) = 119+61+238=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #773DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773DEE is #88C211. Grayscale: #616161. Windows color (decimal): -8962578 or 15613303. OLE color: 15613303.

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

Color convert

RGB 119 61 238 -
CMYK 0.50 0.74 0 0.07
HSL 259.66º 0.84% 0.59% -
HSV(B) 259.66º 0.74% 0.93% -
XYZ 24.71 13.43 82.18 -
YUV 98.52 206.72 142.61 -
System Red Green Blue C M Y K H S L
Decimal 119 61 238 0.50 0.74 0 0.07 259.66 0.84 0.59
Hex 77 3D EE 32 4A 0 7 104 54 3B
Octal 167 75 356 62 112 0 7 404 124 73
Binary 1110111 111101 11101110 110010 1001010 0 111 100000100 1010100 111011

Color Harmonies of #773DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773DEE

Black with #773DEE

Text Example


Text Example

White with #773DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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