#71185B

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

Shades of Palatinate Purple #71185B

Tints of Palatinate Purple #71185B

Color information

#71185B (or 0x71185B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 18 and 5B. RGB value is (113,24,91). Sum of RGB (Red+Green+Blue) = 113+24+91=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71185B is #8EE7A4. Grayscale: #3A3A3A. Windows color (decimal): -9365413 or 5970033. OLE color: 5970033.

HSL color Cylindrical-coordinate representation of color #71185B: hue angle of 314.83º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71185B is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1132491-
CMYK00.790.190.56
HSL314.83º64.96%26.86%-
HSV(B)314.83º78.76%44.31%-
XYZ9.034.9210.37-
YUV58.25146.49167.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=49.56%
G=10.53%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113249100.790.190.56314.8364.9626.86
Hex71185B04F133813b411b
Octal161301330117237047310133
Binary11100011100010110110100111110011111000100111011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71185B; }

 p { color: rgb(113,24,91); }

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

<style>
 a { background-color: #71185B; }

 a { background-color: rgb(113,24,91); }

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

<style>
 span { border-color: #71185B; }

 span { border-color: rgb(113,24,91); }

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