#71126F

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

Shades of Purple #71126F

Tints of Purple #71126F

Color information

#71126F (or 0x71126F) is unknown color: approx Purple. HEX triplet: 71, 12 and 6F. RGB value is (113,18,111). Sum of RGB (Red+Green+Blue) = 113+18+111=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71126F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71126F is #8EED90. Grayscale: #383838. Windows color (decimal): -9366929 or 7279217. OLE color: 7279217.

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

Color convert

RGB11318111-
CMYK00.840.020.56
HSL301.26º72.52%25.69%-
HSV(B)301.26º84.07%44.31%-
XYZ9.95.0915.5-
YUV57.01158.47167.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 18 (7.42% from 255) = 7.44%
BLUE value IS 111 (43.75% from 255) = 45.87%
R=46.69%
G=7.44%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131811100.840.020.56301.2672.5225.69
Hex71126F05423812d491a
Octal16122157012427045511132
Binary11100011001011011110101010010111000100101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71126F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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