#71397C

Color #71397C Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #71397C

Tints of Eminence #71397C

Color information

#71397C (or 0x71397C) is unknown color: approx Eminence. HEX triplet: 71, 39 and 7C. RGB value is (113,57,124). Sum of RGB (Red+Green+Blue) = 113+57+124=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #71397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71397C is #8EC683. Grayscale: #515151. Windows color (decimal): -9356932 or 8141169. OLE color: 8141169.

HSL color Cylindrical-coordinate representation of color #71397C: hue angle of 290.15º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71397C is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11357124-
CMYK0.090.5400.51
HSL290.15º37.02%35.49%-
HSV(B)290.15º54.03%48.63%-
XYZ11.917.8919.96-
YUV81.38152.05150.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.44%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 124 (48.83% from 255) = 42.18%
R=38.44%
G=19.39%
B=42.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113571240.090.5400.51290.1537.0235.49
Hex71397C9360331222523
Octal1617117411660634424543
Binary1110001111001111110010011101100110011100100010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71397C; }

 p { color: rgb(113,57,124); }

 H1.HeaderClassName
 {
   color: #71397C;
 }
 .AnyTagClassName
 {
   color: #71397C;
 }
</style>
background-color css

<style>
 a { background-color: #71397C; }

 a { background-color: rgb(113,57,124); }

 div.DivClassName
 {
   background-color: #71397C;
 }
 .BgClassName
 {
   background-color: #71397C;
 }
</style>
border-color css

<style>
 span { border-color: #71397C; }

 span { border-color: rgb(113,57,124); }

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