Html Css Color HEX #773174 Eminence

📋 copy color: '#773174'

red 119 ◦ green 49 ◦ blue 116

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

Shades of Eminence #773174

Tints of Eminence #773174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 41.9%
G = 17.25%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#773174 (or 0x773174) is known color: Eminence. HEX triplet: 77, 31 and 74. RGB value is (119,49,116). Sum of RGB (Red+Green+Blue) = 119+49+116=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #773174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773174 is #88CE8B. Grayscale: #4D4D4D. Windows color (decimal): -8965772 or 7614839. OLE color: 7614839.

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

Color convert

RGB 119 49 116 -
CMYK 0 0.59 0.03 0.53
HSL 302.57º 0.42% 0.33% -
HSV(B) 302.57º 0.59% 0.47% -
XYZ 11.86 7.38 17.32 -
YUV 77.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 119 49 116 0 0.59 0.03 0.53 302.57 0.42 0.33
Hex 77 31 74 0 3B 3 35 12F 2A 21
Octal 167 61 164 0 73 3 65 457 52 41
Binary 1110111 110001 1110100 0 111011 11 110101 100101111 101010 100001

Color Harmonies of #773174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773174

Black with #773174

Text Example


Text Example

White with #773174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773174; }

 p { color: rgb(119,49,116); }

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

background-color css

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

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

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

border-color css

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

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

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