#71167C

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

Shades of Purple #71167C

Tints of Purple #71167C

Color information

#71167C (or 0x71167C) is unknown color: approx Purple. HEX triplet: 71, 16 and 7C. RGB value is (113,22,124). Sum of RGB (Red+Green+Blue) = 113+22+124=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #71167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71167C is #8EE983. Grayscale: #3C3C3C. Windows color (decimal): -9365892 or 8132209. OLE color: 8132209.

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

Color convert

RGB11322124-
CMYK0.090.8200.51
HSL293.53º69.86%28.63%-
HSV(B)293.53º82.26%48.63%-
XYZ10.745.5419.57-
YUV60.84163.65165.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 22 (8.98% from 255) = 8.49%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=43.63%
G=8.49%
B=47.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113221240.090.8200.51293.5369.8628.63
Hex71167C952033126461d
Octal161261741112206344610635
Binary1110001101101111100100110100100110011100100110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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