#71206C

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

Shades of Palatinate Purple #71206C

Tints of Palatinate Purple #71206C

Color information

#71206C (or 0x71206C) is unknown color: approx Palatinate Purple. HEX triplet: 71, 20 and 6C. RGB value is (113,32,108). Sum of RGB (Red+Green+Blue) = 113+32+108=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #71206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71206C is #8EDF93. Grayscale: #404040. Windows color (decimal): -9363348 or 7086193. OLE color: 7086193.

HSL color Cylindrical-coordinate representation of color #71206C: hue angle of 303.7º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71206C is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11332108-
CMYK00.720.040.56
HSL303.7º55.86%28.43%-
HSV(B)303.7º71.68%44.31%-
XYZ10.035.6314.74-
YUV64.88152.34162.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 32 (12.89% from 255) = 12.65%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=44.66%
G=12.65%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133210800.720.040.56303.755.8628.43
Hex71206C048438130381c
Octal1614015401104704607034
Binary111000110000011011000100100010011100010011000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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