Html Css Color HEX #743E76 Eminence

📋 copy color: '#743E76'

red 116 ◦ green 62 ◦ blue 118

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

Shades of Eminence #743E76

Tints of Eminence #743E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.86%

R = 39.19%
G = 20.95%
B = 39.86%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#743E76 (or 0x743E76) is known color: Eminence. HEX triplet: 74, 3E and 76. RGB value is (116,62,118). Sum of RGB (Red+Green+Blue) = 116+62+118=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #743E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E76 is #8BC189. Grayscale: #545454. Windows color (decimal): -9159050 or 7749236. OLE color: 7749236.

HSL color Cylindrical-coordinate representation of color #743E76: hue angle of 297.86º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743E76 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 62 118 -
CMYK 0.02 0.47 0 0.54
HSL 297.86º 0.31% 0.35% -
HSV(B) 297.86º 0.47% 0.46% -
XYZ 12.2 8.47 18.13 -
YUV 84.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 116 62 118 0.02 0.47 0 0.54 297.86 0.31 0.35
Hex 74 3E 76 2 2F 0 36 12A 1F 23
Octal 164 76 166 2 57 0 66 452 37 43
Binary 1110100 111110 1110110 10 101111 0 110110 100101010 11111 100011

Color Harmonies of #743E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E76

Black with #743E76

Text Example


Text Example

White with #743E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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