#71106D

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

Shades of Purple #71106D

Tints of Purple #71106D

Color information

#71106D (or 0x71106D) is unknown color: approx Purple. HEX triplet: 71, 10 and 6D. RGB value is (113,16,109). Sum of RGB (Red+Green+Blue) = 113+16+109=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #71106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71106D is #8EEF92. Grayscale: #373737. Windows color (decimal): -9367443 or 7147633. OLE color: 7147633.

HSL color Cylindrical-coordinate representation of color #71106D: hue angle of 302.47º 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 #71106D is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11316109-
CMYK00.860.040.56
HSL302.47º75.19%25.29%-
HSV(B)302.47º85.84%44.31%-
XYZ9.764.9914.92-
YUV55.6158.14168.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.48%
GREEN value IS 16 (6.64% from 255) = 6.72%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=47.48%
G=6.72%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131610900.860.040.56302.4775.1925.29
Hex71106D05643812e4b19
Octal16120155012647045611331
Binary111000110000110110101010110100111000100101110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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