#71216D

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

Shades of Palatinate Purple #71216D

Tints of Palatinate Purple #71216D

Color information

#71216D (or 0x71216D) is unknown color: approx Palatinate Purple. HEX triplet: 71, 21 and 6D. RGB value is (113,33,109). Sum of RGB (Red+Green+Blue) = 113+33+109=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71216D is #8EDE92. Grayscale: #414141. Windows color (decimal): -9363091 or 7151985. OLE color: 7151985.

HSL color Cylindrical-coordinate representation of color #71216D: hue angle of 303º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71216D is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11333109-
CMYK00.710.040.56
HSL303º54.79%28.63%-
HSV(B)303º70.8%44.31%-
XYZ10.115.715.04-
YUV65.58152.5161.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 109 (42.97% from 255) = 42.75%
R=44.31%
G=12.94%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133310900.710.040.5630354.7928.63
Hex71216D04743812f371d
Octal1614115501074704576735
Binary111000110000111011010100011110011100010010111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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