#71156D

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

Shades of Palatinate Purple #71156D

Tints of Palatinate Purple #71156D

Color information

#71156D (or 0x71156D) is unknown color: approx Palatinate Purple. HEX triplet: 71, 15 and 6D. RGB value is (113,21,109). Sum of RGB (Red+Green+Blue) = 113+21+109=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71156D is #8EEA92. Grayscale: #3A3A3A. Windows color (decimal): -9366163 or 7148913. OLE color: 7148913.

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

Color convert

RGB11321109-
CMYK00.810.040.56
HSL302.61º68.66%26.27%-
HSV(B)302.61º81.42%44.31%-
XYZ9.845.1514.94-
YUV58.54156.48166.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=46.50%
G=8.64%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132110900.810.040.56302.6168.6626.27
Hex71156D05143812f451a
Octal16125155012147045710532
Binary111000110101110110101010001100111000100101111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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