Html Css Color HEX #743F6B Eminence

📋 copy color: '#743F6B'

red 116 ◦ green 63 ◦ blue 107

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

Shades of Eminence #743F6B

Tints of Eminence #743F6B

RGB

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

 GREEN value IS 63 (25% from 255) = 22.03%

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 40.56%
G = 22.03%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#743F6B (or 0x743F6B) is known color: Eminence. HEX triplet: 74, 3F and 6B. RGB value is (116,63,107). Sum of RGB (Red+Green+Blue) = 116+63+107=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #743F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F6B is #8BC094. Grayscale: #535353. Windows color (decimal): -9158805 or 7028596. OLE color: 7028596.

HSL color Cylindrical-coordinate representation of color #743F6B: hue angle of 310.19º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #743F6B is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 63 107 -
CMYK 0 0.46 0.08 0.55
HSL 310.19º 0.3% 0.35% -
HSV(B) 310.19º 0.46% 0.45% -
XYZ 11.63 8.33 14.9 -
YUV 83.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 116 63 107 0 0.46 0.08 0.55 310.19 0.3 0.35
Hex 74 3F 6B 0 2E 8 37 136 1E 23
Octal 164 77 153 0 56 10 67 466 36 43
Binary 1110100 111111 1101011 0 101110 1000 110111 100110110 11110 100011

Color Harmonies of #743F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F6B

Black with #743F6B

Text Example


Text Example

White with #743F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,63,107); }

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

background-color css

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

 a { background-color: rgb(116,63,107); }

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

border-color css

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

 span { border-color: rgb(116,63,107); }

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