Html Css Color HEX #744975 Eminence

📋 copy color: '#744975'

red 116 ◦ green 73 ◦ blue 117

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

Shades of Eminence #744975

Tints of Eminence #744975

RGB

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

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

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

R = 37.91%
G = 23.86%
B = 38.24%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#744975 (or 0x744975) is known color: Eminence. HEX triplet: 74, 49 and 75. RGB value is (116,73,117). Sum of RGB (Red+Green+Blue) = 116+73+117=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: blue. Hex color #744975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744975 is #8BB68A. Grayscale: #5A5A5A. Windows color (decimal): -9156235 or 7686516. OLE color: 7686516.

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

Color convert

RGB 116 73 117 -
CMYK 0.01 0.38 0 0.54
HSL 298.64º 0.23% 0.37% -
HSV(B) 298.64º 0.38% 0.46% -
XYZ 12.8 9.76 18.04 -
YUV 90.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 116 73 117 0.01 0.38 0 0.54 298.64 0.23 0.37
Hex 74 49 75 1 26 0 36 12B 17 25
Octal 164 111 165 1 46 0 66 453 27 45
Binary 1110100 1001001 1110101 1 100110 0 110110 100101011 10111 100101

Color Harmonies of #744975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744975

Black with #744975

Text Example


Text Example

White with #744975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744975; }

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

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

background-color css

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

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

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

border-color css

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

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

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