#71106C

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

Shades of Palatinate Purple #71106C

Tints of Palatinate Purple #71106C

Color information

#71106C (or 0x71106C) is unknown color: approx Palatinate Purple. HEX triplet: 71, 10 and 6C. RGB value is (113,16,108). Sum of RGB (Red+Green+Blue) = 113+16+108=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #71106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71106C is #8EEF93. Grayscale: #373737. Windows color (decimal): -9367444 or 7082097. OLE color: 7082097.

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

Color convert

RGB11316108-
CMYK00.860.040.56
HSL303.09º75.19%25.29%-
HSV(B)303.09º85.84%44.31%-
XYZ9.74.9614.63-
YUV55.49157.64169.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.68%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=47.68%
G=6.75%
B=45.57%

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
Decimal1131610800.860.040.56303.0975.1925.29
Hex71106C05643812f4b19
Octal16120154012647045711331
Binary111000110000110110001010110100111000100101111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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