Html Css Color HEX #74367E Eminence

📋 copy color: '#74367E'

red 116 ◦ green 54 ◦ blue 126

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

Shades of Eminence #74367E

Tints of Eminence #74367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.24%

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

R = 39.19%
G = 18.24%
B = 42.57%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74367E (or 0x74367E) is known color: Eminence. HEX triplet: 74, 36 and 7E. RGB value is (116,54,126). Sum of RGB (Red+Green+Blue) = 116+54+126=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #74367E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74367E is #8BC981. Grayscale: #505050. Windows color (decimal): -9161090 or 8271476. OLE color: 8271476.

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

Color convert

RGB 116 54 126 -
CMYK 0.08 0.57 0 0.51
HSL 291.67º 0.4% 0.35% -
HSV(B) 291.67º 0.57% 0.49% -
XYZ 12.29 7.86 20.61 -
YUV 80.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 116 54 126 0.08 0.57 0 0.51 291.67 0.4 0.35
Hex 74 36 7E 8 39 0 33 124 28 23
Octal 164 66 176 10 71 0 63 444 50 43
Binary 1110100 110110 1111110 1000 111001 0 110011 100100100 101000 100011

Color Harmonies of #74367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74367E

Black with #74367E

Text Example


Text Example

White with #74367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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