#71337F

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

Shades of Eminence #71337F

Tints of Eminence #71337F

Color information

#71337F (or 0x71337F) is unknown color: approx Eminence. HEX triplet: 71, 33 and 7F. RGB value is (113,51,127). Sum of RGB (Red+Green+Blue) = 113+51+127=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #71337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71337F is #8ECC80. Grayscale: #4D4D4D. Windows color (decimal): -9358465 or 8336241. OLE color: 8336241.

HSL color Cylindrical-coordinate representation of color #71337F: hue angle of 288.95º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71337F is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11351127-
CMYK0.110.6000.50
HSL288.95º42.7%34.9%-
HSV(B)288.95º59.84%49.8%-
XYZ11.827.4120.89-
YUV78.2155.54152.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 127 (50% from 255) = 43.64%
R=38.83%
G=17.53%
B=43.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113511270.110.6000.50288.9542.734.9
Hex71337FB3C0321212b23
Octal1616317713740624415343
Binary1110001110011111111110111111000110010100100001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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