Html Css Color HEX #74396D Eminence

📋 copy color: '#74396D'

red 116 ◦ green 57 ◦ blue 109

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

Shades of Eminence #74396D

Tints of Eminence #74396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.21%

 BLUE value IS 109 (42.97% from 255) = 38.65%

R = 41.13%
G = 20.21%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74396D (or 0x74396D) is known color: Eminence. HEX triplet: 74, 39 and 6D. RGB value is (116,57,109). Sum of RGB (Red+Green+Blue) = 116+57+109=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #74396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74396D is #8BC692. Grayscale: #505050. Windows color (decimal): -9160339 or 7158132. OLE color: 7158132.

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

Color convert

RGB 116 57 109 -
CMYK 0 0.51 0.06 0.55
HSL 307.12º 0.34% 0.34% -
HSV(B) 307.12º 0.51% 0.45% -
XYZ 11.43 7.74 15.36 -
YUV 80.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 116 57 109 0 0.51 0.06 0.55 307.12 0.34 0.34
Hex 74 39 6D 0 33 6 37 133 22 22
Octal 164 71 155 0 63 6 67 463 42 42
Binary 1110100 111001 1101101 0 110011 110 110111 100110011 100010 100010

Color Harmonies of #74396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74396D

Black with #74396D

Text Example


Text Example

White with #74396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,57,109); }

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

background-color css

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

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

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

border-color css

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

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

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