#71106F

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

Shades of Purple #71106F

Tints of Purple #71106F

Color information

#71106F (or 0x71106F) is unknown color: approx Purple. HEX triplet: 71, 10 and 6F. RGB value is (113,16,111). Sum of RGB (Red+Green+Blue) = 113+16+111=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71106F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71106F is #8EEF90. Grayscale: #373737. Windows color (decimal): -9367441 or 7278705. OLE color: 7278705.

HSL color Cylindrical-coordinate representation of color #71106F: hue angle of 301.24º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71106F is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11316111-
CMYK00.860.020.56
HSL301.24º75.19%25.29%-
HSV(B)301.24º85.84%44.31%-
XYZ9.865.0315.49-
YUV55.83159.14168.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 16 (6.64% from 255) = 6.67%
BLUE value IS 111 (43.75% from 255) = 46.25%
R=47.08%
G=6.67%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131611100.860.020.56301.2475.1925.29
Hex71106F05623812d4b19
Octal16120157012627045511331
Binary11100011000011011110101011010111000100101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71106F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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