#713560

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

Shades of Palatinate Purple #713560

Tints of Palatinate Purple #713560

Color information

#713560 (or 0x713560) is unknown color: approx Palatinate Purple. HEX triplet: 71, 35 and 60. RGB value is (113,53,96). Sum of RGB (Red+Green+Blue) = 113+53+96=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #713560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713560 is #8ECA9F. Grayscale: #4B4B4B. Windows color (decimal): -9357984 or 6305137. OLE color: 6305137.

HSL color Cylindrical-coordinate representation of color #713560: hue angle of 317º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #713560 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1135396-
CMYK00.530.150.56
HSL317º36.14%32.55%-
HSV(B)317º53.1%44.31%-
XYZ10.196.911.86-
YUV75.84139.38154.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=43.13%
G=20.23%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113539600.530.150.5631736.1432.55
Hex713560035F3813d2421
Octal1616514006517704754441
Binary1110001110101110000001101011111111000100111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713560; }

 p { color: rgb(113,53,96); }

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

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

 a { background-color: rgb(113,53,96); }

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

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

 span { border-color: rgb(113,53,96); }

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