#71177C

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

Shades of Purple #71177C

Tints of Purple #71177C

Color information

#71177C (or 0x71177C) is unknown color: approx Purple. HEX triplet: 71, 17 and 7C. RGB value is (113,23,124). Sum of RGB (Red+Green+Blue) = 113+23+124=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #71177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71177C is #8EE883. Grayscale: #3D3D3D. Windows color (decimal): -9365636 or 8132465. OLE color: 8132465.

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

Color convert

RGB11323124-
CMYK0.090.8100.51
HSL293.47º68.71%28.82%-
HSV(B)293.47º81.45%48.63%-
XYZ10.755.5819.58-
YUV61.42163.32164.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 23 (9.38% from 255) = 8.85%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=43.46%
G=8.85%
B=47.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113231240.090.8100.51293.4768.7128.82
Hex71177C951033125451d
Octal161271741112106344510535
Binary1110001101111111100100110100010110011100100101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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