Html Css Color HEX #773377 Eminence

📋 copy color: '#773377'

red 119 ◦ green 51 ◦ blue 119

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

Shades of Eminence #773377

Tints of Eminence #773377

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

 BLUE value IS 119 (46.88% from 255) = 41.18%

R = 41.18%
G = 17.65%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#773377 (or 0x773377) is known color: Eminence. HEX triplet: 77, 33 and 77. RGB value is (119,51,119). Sum of RGB (Red+Green+Blue) = 119+51+119=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #773377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773377 is #88CC88. Grayscale: #4E4E4E. Windows color (decimal): -8965257 or 7811959. OLE color: 7811959.

HSL color Cylindrical-coordinate representation of color #773377: hue angle of 300º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #773377 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 119 -
CMYK 0 0.57 0 0.53
HSL 300º 0.4% 0.33% -
HSV(B) 300º 0.57% 0.47% -
XYZ 12.12 7.62 18.28 -
YUV 79.08 150.53 156.47 -
System Red Green Blue C M Y K H S L
Decimal 119 51 119 0 0.57 0 0.53 300 0.4 0.33
Hex 77 33 77 0 39 0 35 12C 28 21
Octal 167 63 167 0 71 0 65 454 50 41
Binary 1110111 110011 1110111 0 111001 0 110101 100101100 101000 100001

Color Harmonies of #773377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773377

Black with #773377

Text Example


Text Example

White with #773377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773377; }

 p { color: rgb(119,51,119); }

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

background-color css

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

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

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

border-color css

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

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

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