#71397F

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

Shades of Eminence #71397F

Tints of Eminence #71397F

Color information

#71397F (or 0x71397F) is unknown color: approx Eminence. HEX triplet: 71, 39 and 7F. RGB value is (113,57,127). Sum of RGB (Red+Green+Blue) = 113+57+127=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 127 (50% from 255 or 42.76% from 297); Max value from RGB is 127 - color contains mainly: blue. Hex color #71397F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71397F is #8EC680. Grayscale: #515151. Windows color (decimal): -9356929 or 8337777. OLE color: 8337777.

HSL color Cylindrical-coordinate representation of color #71397F: hue angle of 288º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71397F is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11357127-
CMYK0.110.5500.50
HSL288º38.04%36.08%-
HSV(B)288º55.12%49.8%-
XYZ12.17.9720.98-
YUV81.72153.55150.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 127 (50% from 255) = 42.76%
R=38.05%
G=19.19%
B=42.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113571270.110.5500.5028838.0436.08
Hex71397FB370321202624
Octal1617117713670624404644
Binary1110001111001111111110111101110110010100100000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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