#71175d

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

Shades of Palatinate Purple #71175D

Tints of Palatinate Purple #71175D

Color information

#71175D (or 0x71175D) is unknown color: approx Palatinate Purple. HEX triplet: 71, 17 and 5D. RGB value is (113,23,93). Sum of RGB (Red+Green+Blue) = 113+23+93=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71175D is #8EE8A2. Grayscale: #393939. Windows color (decimal): -9365667 or 6100849. OLE color: 6100849.

HSL color Cylindrical-coordinate representation of color #71175D: hue angle of 313.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71175D is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1132393-
CMYK00.800.180.56
HSL313.33º66.18%26.67%-
HSV(B)313.33º79.65%44.31%-
XYZ9.094.9110.83-
YUV57.89147.82167.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 23 (9.38% from 255) = 10.04%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=49.34%
G=10.04%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113239300.800.180.56313.3366.1826.67
Hex71175D0501238139421b
Octal161271350120227047110233
Binary11100011011110111010101000010010111000100111001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71175d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71175d; }

 p { color: rgb(113,23,93); }

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

<style>
 a { background-color: #71175d; }

 a { background-color: rgb(113,23,93); }

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

<style>
 span { border-color: #71175d; }

 span { border-color: rgb(113,23,93); }

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