Html Css Color HEX #743F73 Eminence

📋 copy color: '#743F73'

red 116 ◦ green 63 ◦ blue 115

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

Shades of Eminence #743F73

Tints of Eminence #743F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.12%

R = 39.46%
G = 21.43%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#743F73 (or 0x743F73) is known color: Eminence. HEX triplet: 74, 3F and 73. RGB value is (116,63,115). Sum of RGB (Red+Green+Blue) = 116+63+115=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #743F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F73 is #8BC08C. Grayscale: #545454. Windows color (decimal): -9158797 or 7552884. OLE color: 7552884.

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

Color convert

RGB 116 63 115 -
CMYK 0 0.46 0.01 0.55
HSL 301.13º 0.3% 0.35% -
HSV(B) 301.13º 0.46% 0.45% -
XYZ 12.07 8.51 17.23 -
YUV 84.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 116 63 115 0 0.46 0.01 0.55 301.13 0.3 0.35
Hex 74 3F 73 0 2E 1 37 12D 1E 23
Octal 164 77 163 0 56 1 67 455 36 43
Binary 1110100 111111 1110011 0 101110 1 110111 100101101 11110 100011

Color Harmonies of #743F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F73

Black with #743F73

Text Example


Text Example

White with #743F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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