Html Css Color HEX #743F75 Eminence

📋 copy color: '#743F75'

red 116 ◦ green 63 ◦ blue 117

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

Shades of Eminence #743F75

Tints of Eminence #743F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.53%

R = 39.19%
G = 21.28%
B = 39.53%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#743F75 (or 0x743F75) is known color: Eminence. HEX triplet: 74, 3F and 75. RGB value is (116,63,117). Sum of RGB (Red+Green+Blue) = 116+63+117=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #743F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F75 is #8BC08A. Grayscale: #545454. Windows color (decimal): -9158795 or 7683956. OLE color: 7683956.

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

Color convert

RGB 116 63 117 -
CMYK 0.01 0.46 0 0.54
HSL 298.89º 0.3% 0.35% -
HSV(B) 298.89º 0.46% 0.46% -
XYZ 12.19 8.55 17.84 -
YUV 85 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 116 63 117 0.01 0.46 0 0.54 298.89 0.3 0.35
Hex 74 3F 75 1 2E 0 36 12B 1E 23
Octal 164 77 165 1 56 0 66 453 36 43
Binary 1110100 111111 1110101 1 101110 0 110110 100101011 11110 100011

Color Harmonies of #743F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F75

Black with #743F75

Text Example


Text Example

White with #743F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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