Html Css Color HEX #773379 Eminence

📋 copy color: '#773379'

red 119 ◦ green 51 ◦ blue 121

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

Shades of Eminence #773379

Tints of Eminence #773379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.58%

R = 40.89%
G = 17.53%
B = 41.58%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#773379 (or 0x773379) is known color: Eminence. HEX triplet: 77, 33 and 79. RGB value is (119,51,121). Sum of RGB (Red+Green+Blue) = 119+51+121=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #773379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773379 is #88CC86. Grayscale: #4F4F4F. Windows color (decimal): -8965255 or 7943031. OLE color: 7943031.

HSL color Cylindrical-coordinate representation of color #773379: hue angle of 298.29º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773379 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 121 -
CMYK 0.02 0.58 0 0.53
HSL 298.29º 0.41% 0.34% -
HSV(B) 298.29º 0.58% 0.47% -
XYZ 12.24 7.67 18.92 -
YUV 79.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 119 51 121 0.02 0.58 0 0.53 298.29 0.41 0.34
Hex 77 33 79 2 3A 0 35 12A 29 22
Octal 167 63 171 2 72 0 65 452 51 42
Binary 1110111 110011 1111001 10 111010 0 110101 100101010 101001 100010

Color Harmonies of #773379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773379

Black with #773379

Text Example


Text Example

White with #773379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773379; }

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

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

background-color css

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

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

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

border-color css

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

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

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