Html Css Color HEX #743E6F Eminence

📋 copy color: '#743E6F'

red 116 ◦ green 62 ◦ blue 111

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

Shades of Eminence #743E6F

Tints of Eminence #743E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.41%

R = 40.14%
G = 21.45%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#743E6F (or 0x743E6F) is known color: Eminence. HEX triplet: 74, 3E and 6F. RGB value is (116,62,111). Sum of RGB (Red+Green+Blue) = 116+62+111=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #743E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E6F is #8BC190. Grayscale: #535353. Windows color (decimal): -9159057 or 7290484. OLE color: 7290484.

HSL color Cylindrical-coordinate representation of color #743E6F: hue angle of 305.56º 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 #743E6F is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 62 111 -
CMYK 0 0.47 0.04 0.55
HSL 305.56º 0.3% 0.35% -
HSV(B) 305.56º 0.47% 0.45% -
XYZ 11.79 8.31 16.02 -
YUV 83.73 143.39 151.02 -
System Red Green Blue C M Y K H S L
Decimal 116 62 111 0 0.47 0.04 0.55 305.56 0.3 0.35
Hex 74 3E 6F 0 2F 4 37 132 1E 23
Octal 164 76 157 0 57 4 67 462 36 43
Binary 1110100 111110 1101111 0 101111 100 110111 100110010 11110 100011

Color Harmonies of #743E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E6F

Black with #743E6F

Text Example


Text Example

White with #743E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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