Html Css Color HEX #743E74 Eminence

📋 copy color: '#743E74'

red 116 ◦ green 62 ◦ blue 116

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

Shades of Eminence #743E74

Tints of Eminence #743E74

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.09%

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

R = 39.46%
G = 21.09%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#743E74 (or 0x743E74) is known color: Eminence. HEX triplet: 74, 3E and 74. RGB value is (116,62,116). Sum of RGB (Red+Green+Blue) = 116+62+116=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #743E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E74 is #8BC18B. Grayscale: #545454. Windows color (decimal): -9159052 or 7618164. OLE color: 7618164.

HSL color Cylindrical-coordinate representation of color #743E74: hue angle of 300º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743E74 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 62 116 -
CMYK 0 0.47 0 0.55
HSL 300º 0.3% 0.35% -
HSV(B) 300º 0.47% 0.45% -
XYZ 12.08 8.42 17.51 -
YUV 84.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 116 62 116 0 0.47 0 0.55 300 0.3 0.35
Hex 74 3E 74 0 2F 0 37 12C 1E 23
Octal 164 76 164 0 57 0 67 454 36 43
Binary 1110100 111110 1110100 0 101111 0 110111 100101100 11110 100011

Color Harmonies of #743E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E74

Black with #743E74

Text Example


Text Example

White with #743E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743E74; }

 p { color: rgb(116,62,116); }

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

background-color css

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

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

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

border-color css

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

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

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