Html Css Color HEX #773374 Eminence

📋 copy color: '#773374'

red 119 ◦ green 51 ◦ blue 116

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

Shades of Eminence #773374

Tints of Eminence #773374

RGB

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

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

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

R = 41.61%
G = 17.83%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#773374 (or 0x773374) is known color: Eminence. HEX triplet: 77, 33 and 74. RGB value is (119,51,116). Sum of RGB (Red+Green+Blue) = 119+51+116=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #773374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773374 is #88CC8B. Grayscale: #4E4E4E. Windows color (decimal): -8965260 or 7615351. OLE color: 7615351.

HSL color Cylindrical-coordinate representation of color #773374: hue angle of 302.65º 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 #773374 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 116 -
CMYK 0 0.57 0.03 0.53
HSL 302.65º 0.4% 0.33% -
HSV(B) 302.65º 0.57% 0.47% -
XYZ 11.94 7.55 17.35 -
YUV 78.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 119 51 116 0 0.57 0.03 0.53 302.65 0.4 0.33
Hex 77 33 74 0 39 3 35 12F 28 21
Octal 167 63 164 0 71 3 65 457 50 41
Binary 1110111 110011 1110100 0 111001 11 110101 100101111 101000 100001

Color Harmonies of #773374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773374

Black with #773374

Text Example


Text Example

White with #773374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773374; }

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

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

background-color css

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

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

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

border-color css

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

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

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