Html Css Color HEX #743F6F Eminence

📋 copy color: '#743F6F'

red 116 ◦ green 63 ◦ blue 111

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

Shades of Eminence #743F6F

Tints of Eminence #743F6F

RGB

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

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

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

R = 40%
G = 21.72%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#743F6F (or 0x743F6F) is known color: Eminence. HEX triplet: 74, 3F and 6F. RGB value is (116,63,111). Sum of RGB (Red+Green+Blue) = 116+63+111=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #743F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F6F is #8BC090. Grayscale: #545454. Windows color (decimal): -9158801 or 7290740. OLE color: 7290740.

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

Color convert

RGB 116 63 111 -
CMYK 0 0.46 0.04 0.55
HSL 305.66º 0.3% 0.35% -
HSV(B) 305.66º 0.46% 0.45% -
XYZ 11.85 8.42 16.04 -
YUV 84.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 116 63 111 0 0.46 0.04 0.55 305.66 0.3 0.35
Hex 74 3F 6F 0 2E 4 37 132 1E 23
Octal 164 77 157 0 56 4 67 462 36 43
Binary 1110100 111111 1101111 0 101110 100 110111 100110010 11110 100011

Color Harmonies of #743F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F6F

Black with #743F6F

Text Example


Text Example

White with #743F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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