Html Css Color HEX #743E72 Eminence

📋 copy color: '#743E72'

red 116 ◦ green 62 ◦ blue 114

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

Shades of Eminence #743E72

Tints of Eminence #743E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.04%

R = 39.73%
G = 21.23%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#743E72 (or 0x743E72) is known color: Eminence. HEX triplet: 74, 3E and 72. RGB value is (116,62,114). Sum of RGB (Red+Green+Blue) = 116+62+114=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #743E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E72 is #8BC18D. Grayscale: #535353. Windows color (decimal): -9159054 or 7487092. OLE color: 7487092.

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

Color convert

RGB 116 62 114 -
CMYK 0 0.47 0.02 0.55
HSL 302.22º 0.3% 0.35% -
HSV(B) 302.22º 0.47% 0.45% -
XYZ 11.96 8.37 16.91 -
YUV 84.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 116 62 114 0 0.47 0.02 0.55 302.22 0.3 0.35
Hex 74 3E 72 0 2F 2 37 12E 1E 23
Octal 164 76 162 0 57 2 67 456 36 43
Binary 1110100 111110 1110010 0 101111 10 110111 100101110 11110 100011

Color Harmonies of #743E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E72

Black with #743E72

Text Example


Text Example

White with #743E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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