Html Css Color HEX #74437E Eminence

📋 copy color: '#74437E'

red 116 ◦ green 67 ◦ blue 126

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

Shades of Eminence #74437E

Tints of Eminence #74437E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

 BLUE value IS 126 (49.61% from 255) = 40.78%

R = 37.54%
G = 21.68%
B = 40.78%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74437E (or 0x74437E) is known color: Eminence. HEX triplet: 74, 43 and 7E. RGB value is (116,67,126). Sum of RGB (Red+Green+Blue) = 116+67+126=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 126 - color contains mainly: blue. Hex color #74437E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74437E is #8BBC81. Grayscale: #585858. Windows color (decimal): -9157762 or 8274804. OLE color: 8274804.

HSL color Cylindrical-coordinate representation of color #74437E: hue angle of 289.83º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74437E is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 67 126 -
CMYK 0.08 0.47 0 0.51
HSL 289.83º 0.31% 0.38% -
HSV(B) 289.83º 0.47% 0.49% -
XYZ 12.98 9.23 20.84 -
YUV 88.38 149.23 147.7 -
System Red Green Blue C M Y K H S L
Decimal 116 67 126 0.08 0.47 0 0.51 289.83 0.31 0.38
Hex 74 43 7E 8 2F 0 33 122 1F 26
Octal 164 103 176 10 57 0 63 442 37 46
Binary 1110100 1000011 1111110 1000 101111 0 110011 100100010 11111 100110

Color Harmonies of #74437E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74437E

Black with #74437E

Text Example


Text Example

White with #74437E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74437E; }

 p { color: rgb(116,67,126); }

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

background-color css

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

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

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

border-color css

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

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

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