#71375F

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

Shades of Palatinate Purple #71375F

Tints of Palatinate Purple #71375F

Color information

#71375F (or 0x71375F) is unknown color: approx Palatinate Purple. HEX triplet: 71, 37 and 5F. RGB value is (113,55,95). Sum of RGB (Red+Green+Blue) = 113+55+95=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #71375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71375F is #8EC8A0. Grayscale: #4C4C4C. Windows color (decimal): -9357473 or 6240113. OLE color: 6240113.

HSL color Cylindrical-coordinate representation of color #71375F: hue angle of 318.62º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71375F is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1135595-
CMYK00.510.160.56
HSL318.62º34.52%32.94%-
HSV(B)318.62º51.33%44.31%-
XYZ10.247.0711.65-
YUV76.9138.22153.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.97%
GREEN value IS 55 (21.88% from 255) = 20.91%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=42.97%
G=20.91%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113559500.510.160.56318.6234.5232.94
Hex71375F033103813f2321
Octal1616713706320704774341
Binary11100011101111011111011001110000111000100111111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71375F; }

 p { color: rgb(113,55,95); }

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

<style>
 a { background-color: #71375F; }

 a { background-color: rgb(113,55,95); }

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

<style>
 span { border-color: #71375F; }

 span { border-color: rgb(113,55,95); }

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