#713160

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

Shades of Palatinate Purple #713160

Tints of Palatinate Purple #713160

Color information

#713160 (or 0x713160) is unknown color: approx Palatinate Purple. HEX triplet: 71, 31 and 60. RGB value is (113,49,96). Sum of RGB (Red+Green+Blue) = 113+49+96=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #713160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713160 is #8ECE9F. Grayscale: #494949. Windows color (decimal): -9359008 or 6304113. OLE color: 6304113.

HSL color Cylindrical-coordinate representation of color #713160: hue angle of 315.94º 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 #713160 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1134996-
CMYK00.570.150.56
HSL315.94º39.51%31.76%-
HSV(B)315.94º56.64%44.31%-
XYZ10.026.5511.8-
YUV73.49140.7156.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 49 (19.53% from 255) = 18.99%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=43.80%
G=18.99%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113499600.570.150.56315.9439.5131.76
Hex713160039F3813c2820
Octal1616114007117704745040
Binary1110001110001110000001110011111111000100111100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713160; }

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

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

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

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

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

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

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

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