#71315D

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

Shades of Palatinate Purple #71315D

Tints of Palatinate Purple #71315D

Color information

#71315D (or 0x71315D) is unknown color: approx Palatinate Purple. HEX triplet: 71, 31 and 5D. RGB value is (113,49,93). Sum of RGB (Red+Green+Blue) = 113+49+93=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71315D is #8ECEA2. Grayscale: #494949. Windows color (decimal): -9359011 or 6107505. OLE color: 6107505.

HSL color Cylindrical-coordinate representation of color #71315D: hue angle of 318.75º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71315D is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1134993-
CMYK00.570.180.56
HSL318.75º39.51%31.76%-
HSV(B)318.75º56.64%44.31%-
XYZ9.886.511.09-
YUV73.15139.2156.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=44.31%
G=19.22%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113499300.570.180.56318.7539.5131.76
Hex71315D039123813f2820
Octal1616113507122704775040
Binary11100011100011011101011100110010111000100111111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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