Html Css Color HEX #743D71 Eminence

📋 copy color: '#743D71'

red 116 ◦ green 61 ◦ blue 113

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

Shades of Eminence #743D71

Tints of Eminence #743D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.03%

 BLUE value IS 113 (44.53% from 255) = 38.97%

R = 40%
G = 21.03%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#743D71 (or 0x743D71) is known color: Eminence. HEX triplet: 74, 3D and 71. RGB value is (116,61,113). Sum of RGB (Red+Green+Blue) = 116+61+113=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #743D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D71 is #8BC28E. Grayscale: #535353. Windows color (decimal): -9159311 or 7421300. OLE color: 7421300.

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

Color convert

RGB 116 61 113 -
CMYK 0 0.47 0.03 0.55
HSL 303.27º 0.31% 0.35% -
HSV(B) 303.27º 0.47% 0.45% -
XYZ 11.85 8.24 16.59 -
YUV 83.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 116 61 113 0 0.47 0.03 0.55 303.27 0.31 0.35
Hex 74 3D 71 0 2F 3 37 12F 1F 23
Octal 164 75 161 0 57 3 67 457 37 43
Binary 1110100 111101 1110001 0 101111 11 110111 100101111 11111 100011

Color Harmonies of #743D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D71

Black with #743D71

Text Example


Text Example

White with #743D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,61,113); }

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

background-color css

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

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

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

border-color css

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

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

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