#71056F

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

Shades of Purple #71056F

Tints of Purple #71056F

Color information

#71056F (or 0x71056F) is unknown color: approx Purple. HEX triplet: 71, 05 and 6F. RGB value is (113,5,111). Sum of RGB (Red+Green+Blue) = 113+5+111=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71056F is #8EFA90. Grayscale: #313131. Windows color (decimal): -9370257 or 7275889. OLE color: 7275889.

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

Color convert

RGB1135111-
CMYK00.960.020.56
HSL301.11º91.53%23.14%-
HSV(B)301.11º95.58%44.31%-
XYZ9.734.7715.45-
YUV49.38162.78173.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 111 (43.75% from 255) = 48.47%
R=49.34%
G=2.18%
B=48.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113511100.960.020.56301.1191.5323.14
Hex7156F06023812d5c17
Octal1615157014027045513427
Binary111000110111011110110000010111000100101101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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