#71016F

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

Shades of Purple #71016F

Tints of Purple #71016F

Color information

#71016F (or 0x71016F) is unknown color: approx Purple. HEX triplet: 71, 01 and 6F. RGB value is (113,1,111). Sum of RGB (Red+Green+Blue) = 113+1+111=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71016F is #8EFE90. Grayscale: #2E2E2E. Windows color (decimal): -9371281 or 7274865. OLE color: 7274865.

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

Color convert

RGB1131111-
CMYK00.990.020.56
HSL301.07º98.25%22.35%-
HSV(B)301.07º99.12%44.31%-
XYZ9.694.6815.43-
YUV47.03164.11175.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=50.22%
G=0.44%
B=49.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113111100.990.020.56301.0798.2522.35
Hex7116F06323812d6216
Octal1611157014327045514226
Binary1110001111011110110001110111000100101101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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