Html Css Color HEX #74396E Eminence

📋 copy color: '#74396E'

red 116 ◦ green 57 ◦ blue 110

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

Shades of Eminence #74396E

Tints of Eminence #74396E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.87%

R = 40.99%
G = 20.14%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74396E (or 0x74396E) is known color: Eminence. HEX triplet: 74, 39 and 6E. RGB value is (116,57,110). Sum of RGB (Red+Green+Blue) = 116+57+110=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #74396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74396E is #8BC691. Grayscale: #505050. Windows color (decimal): -9160338 or 7223668. OLE color: 7223668.

HSL color Cylindrical-coordinate representation of color #74396E: hue angle of 306.1º 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 #74396E is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 57 110 -
CMYK 0 0.51 0.05 0.55
HSL 306.1º 0.34% 0.34% -
HSV(B) 306.1º 0.51% 0.45% -
XYZ 11.48 7.77 15.65 -
YUV 80.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 116 57 110 0 0.51 0.05 0.55 306.1 0.34 0.34
Hex 74 39 6E 0 33 5 37 132 22 22
Octal 164 71 156 0 63 5 67 462 42 42
Binary 1110100 111001 1101110 0 110011 101 110111 100110010 100010 100010

Color Harmonies of #74396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74396E

Black with #74396E

Text Example


Text Example

White with #74396E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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