#71177B

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

Shades of Purple #71177B

Tints of Purple #71177B

Color information

#71177B (or 0x71177B) is unknown color: approx Purple. HEX triplet: 71, 17 and 7B. RGB value is (113,23,123). Sum of RGB (Red+Green+Blue) = 113+23+123=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #71177B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71177B is #8EE884. Grayscale: #3D3D3D. Windows color (decimal): -9365637 or 8066929. OLE color: 8066929.

HSL color Cylindrical-coordinate representation of color #71177B: hue angle of 294º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71177B is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11323123-
CMYK0.080.8100.52
HSL294º68.49%28.63%-
HSV(B)294º81.3%48.24%-
XYZ10.695.5519.25-
YUV61.31162.82164.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 23 (9.38% from 255) = 8.88%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=43.63%
G=8.88%
B=47.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113231230.080.8100.5229468.4928.63
Hex71177B851034126441d
Octal161271731012106444610435
Binary1110001101111111011100010100010110100100100110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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