#71016A

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

Shades of Purple #71016A

Tints of Purple #71016A

Color information

#71016A (or 0x71016A) is unknown color: approx Purple. HEX triplet: 71, 01 and 6A. RGB value is (113,1,106). Sum of RGB (Red+Green+Blue) = 113+1+106=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #71016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71016A is #8EFE95. Grayscale: #2E2E2E. Windows color (decimal): -9371286 or 6947185. OLE color: 6947185.

HSL color Cylindrical-coordinate representation of color #71016A: hue angle of 303.75º 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 #71016A is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB1131106-
CMYK00.990.060.56
HSL303.75º98.25%22.35%-
HSV(B)303.75º99.12%44.31%-
XYZ9.424.5714.02-
YUV46.46161.61175.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=51.36%
G=0.45%
B=48.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113110600.990.060.56303.7598.2522.35
Hex7116A0636381306216
Octal1611152014367046014226
Binary11100011110101001100011110111000100110000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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