#71016D

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

Shades of Purple #71016D

Tints of Purple #71016D

Color information

#71016D (or 0x71016D) is unknown color: approx Purple. HEX triplet: 71, 01 and 6D. RGB value is (113,1,109). Sum of RGB (Red+Green+Blue) = 113+1+109=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #71016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71016D is #8EFE92. Grayscale: #2E2E2E. Windows color (decimal): -9371283 or 7143793. OLE color: 7143793.

HSL color Cylindrical-coordinate representation of color #71016D: hue angle of 302.14º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71016D is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB1131109-
CMYK00.990.040.56
HSL302.14º98.25%22.35%-
HSV(B)302.14º99.12%44.31%-
XYZ9.584.6414.86-
YUV46.8163.11175.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=50.67%
G=0.45%
B=48.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113110900.990.040.56302.1498.2522.35
Hex7116D06343812e6216
Octal1611155014347045614226
Binary11100011110110101100011100111000100101110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71016D; }

 p { color: rgb(113,1,109); }

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

<style>
 a { background-color: #71016D; }

 a { background-color: rgb(113,1,109); }

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

<style>
 span { border-color: #71016D; }

 span { border-color: rgb(113,1,109); }

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