Html Css Color HEX #743E70 Eminence

📋 copy color: '#743E70'

red 116 ◦ green 62 ◦ blue 112

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

Shades of Eminence #743E70

Tints of Eminence #743E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.62%

R = 40%
G = 21.38%
B = 38.62%

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

#743E70 (or 0x743E70) is known color: Eminence. HEX triplet: 74, 3E and 70. RGB value is (116,62,112). Sum of RGB (Red+Green+Blue) = 116+62+112=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #743E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E70 is #8BC18F. Grayscale: #535353. Windows color (decimal): -9159056 or 7356020. OLE color: 7356020.

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

Color convert

RGB 116 62 112 -
CMYK 0 0.47 0.03 0.55
HSL 304.44º 0.3% 0.35% -
HSV(B) 304.44º 0.47% 0.45% -
XYZ 11.85 8.33 16.31 -
YUV 83.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 116 62 112 0 0.47 0.03 0.55 304.44 0.3 0.35
Hex 74 3E 70 0 2F 3 37 130 1E 23
Octal 164 76 160 0 57 3 67 460 36 43
Binary 1110100 111110 1110000 0 101111 11 110111 100110000 11110 100011

Color Harmonies of #743E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E70

Black with #743E70

Text Example


Text Example

White with #743E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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