#71178B

Color #71178B Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #71178B

Tints of Purple #71178B

Color information

#71178B (or 0x71178B) is unknown color: approx Purple. HEX triplet: 71, 17 and 8B. RGB value is (113,23,139). Sum of RGB (Red+Green+Blue) = 113+23+139=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #71178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71178B is #8EE874. Grayscale: #3E3E3E. Windows color (decimal): -9365621 or 9115505. OLE color: 9115505.

HSL color Cylindrical-coordinate representation of color #71178B: hue angle of 286.55º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71178B is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11323139-
CMYK0.190.8300.45
HSL286.55º71.6%31.76%-
HSV(B)286.55º83.45%54.51%-
XYZ11.785.9924.96-
YUV63.13170.82163.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 23 (9.38% from 255) = 8.36%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=41.09%
G=8.36%
B=50.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113231390.190.8300.45286.5571.631.76
Hex71178B135302D11f4820
Octal161272132312305543711040
Binary1110001101111000101110011101001101011011000111111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71178B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71178B; }

 p { color: rgb(113,23,139); }

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

<style>
 a { background-color: #71178B; }

 a { background-color: rgb(113,23,139); }

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

<style>
 span { border-color: #71178B; }

 span { border-color: rgb(113,23,139); }

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