Html Css Color HEX #74447D Eminence

📋 copy color: '#74447D'

red 116 ◦ green 68 ◦ blue 125

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

Shades of Eminence #74447D

Tints of Eminence #74447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.01%

 BLUE value IS 125 (49.22% from 255) = 40.45%

R = 37.54%
G = 22.01%
B = 40.45%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74447D (or 0x74447D) is known color: Eminence. HEX triplet: 74, 44 and 7D. RGB value is (116,68,125). Sum of RGB (Red+Green+Blue) = 116+68+125=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #74447D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74447D is #8BBB82. Grayscale: #585858. Windows color (decimal): -9157507 or 8209524. OLE color: 8209524.

HSL color Cylindrical-coordinate representation of color #74447D: hue angle of 290.53º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74447D is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 68 125 -
CMYK 0.07 0.46 0 0.51
HSL 290.53º 0.3% 0.38% -
HSV(B) 290.53º 0.46% 0.49% -
XYZ 12.97 9.33 20.52 -
YUV 88.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 116 68 125 0.07 0.46 0 0.51 290.53 0.3 0.38
Hex 74 44 7D 7 2E 0 33 123 1E 26
Octal 164 104 175 7 56 0 63 443 36 46
Binary 1110100 1000100 1111101 111 101110 0 110011 100100011 11110 100110

Color Harmonies of #74447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74447D

Black with #74447D

Text Example


Text Example

White with #74447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74447D; }

 p { color: rgb(116,68,125); }

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

background-color css

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

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

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

border-color css

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

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

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