Html Css Color HEX #744974 Eminence

📋 copy color: '#744974'

red 116 ◦ green 73 ◦ blue 116

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

Shades of Eminence #744974

Tints of Eminence #744974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

 BLUE value IS 116 (45.7% from 255) = 38.03%

R = 38.03%
G = 23.93%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#744974 (or 0x744974) is known color: Eminence. HEX triplet: 74, 49 and 74. RGB value is (116,73,116). Sum of RGB (Red+Green+Blue) = 116+73+116=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 116 - color contains mainly: red, blue. Hex color #744974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744974 is #8BB68B. Grayscale: #5A5A5A. Windows color (decimal): -9156236 or 7620980. OLE color: 7620980.

HSL color Cylindrical-coordinate representation of color #744974: hue angle of 300º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #744974 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 73 116 -
CMYK 0 0.37 0 0.55
HSL 300º 0.23% 0.37% -
HSV(B) 300º 0.37% 0.45% -
XYZ 12.74 9.74 17.73 -
YUV 90.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 116 73 116 0 0.37 0 0.55 300 0.23 0.37
Hex 74 49 74 0 25 0 37 12C 17 25
Octal 164 111 164 0 45 0 67 454 27 45
Binary 1110100 1001001 1110100 0 100101 0 110111 100101100 10111 100101

Color Harmonies of #744974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744974

Black with #744974

Text Example


Text Example

White with #744974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744974; }

 p { color: rgb(116,73,116); }

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

background-color css

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

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

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

border-color css

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

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

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