#71016E

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

Shades of Purple #71016E

Tints of Purple #71016E

Color information

#71016E (or 0x71016E) is unknown color: approx Purple. HEX triplet: 71, 01 and 6E. RGB value is (113,1,110). Sum of RGB (Red+Green+Blue) = 113+1+110=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71016E is #8EFE91. Grayscale: #2E2E2E. Windows color (decimal): -9371282 or 7209329. OLE color: 7209329.

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

Color convert

RGB1131110-
CMYK00.990.030.56
HSL301.61º98.25%22.35%-
HSV(B)301.61º99.12%44.31%-
XYZ9.644.6615.14-
YUV46.91163.61175.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 110 (43.36% from 255) = 49.11%
R=50.45%
G=0.45%
B=49.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113111000.990.030.56301.6198.2522.35
Hex7116E06333812e6216
Octal1611156014337045614226
Binary1110001111011100110001111111000100101110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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