Html Css Color HEX #743177 Eminence

📋 copy color: '#743177'

red 116 ◦ green 49 ◦ blue 119

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

Shades of Eminence #743177

Tints of Eminence #743177

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#743177 (or 0x743177) is known color: Eminence. HEX triplet: 74, 31 and 77. RGB value is (116,49,119). Sum of RGB (Red+Green+Blue) = 116+49+119=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #743177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743177 is #8BCE88. Grayscale: #4C4C4C. Windows color (decimal): -9162377 or 7811444. OLE color: 7811444.

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

Color convert

RGB 116 49 119 -
CMYK 0.03 0.59 0 0.53
HSL 297.43º 0.42% 0.33% -
HSV(B) 297.43º 0.59% 0.47% -
XYZ 11.63 7.24 18.24 -
YUV 77.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 116 49 119 0.03 0.59 0 0.53 297.43 0.42 0.33
Hex 74 31 77 3 3B 0 35 129 2A 21
Octal 164 61 167 3 73 0 65 451 52 41
Binary 1110100 110001 1110111 11 111011 0 110101 100101001 101010 100001

Color Harmonies of #743177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743177

Black with #743177

Text Example


Text Example

White with #743177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743177; }

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

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

background-color css

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

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

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

border-color css

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

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

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