#713161

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

Shades of Palatinate Purple #713161

Tints of Palatinate Purple #713161

Color information

#713161 (or 0x713161) is unknown color: approx Palatinate Purple. HEX triplet: 71, 31 and 61. RGB value is (113,49,97). Sum of RGB (Red+Green+Blue) = 113+49+97=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #713161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713161 is #8ECE9E. Grayscale: #494949. Windows color (decimal): -9359007 or 6369649. OLE color: 6369649.

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

Color convert

RGB1134997-
CMYK00.570.140.56
HSL315º39.51%31.76%-
HSV(B)315º56.64%44.31%-
XYZ10.076.5712.05-
YUV73.61141.2156.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=43.63%
G=18.92%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113499700.570.140.5631539.5131.76
Hex713161039E3813b2820
Octal1616114107116704735040
Binary1110001110001110000101110011110111000100111011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713161; }

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

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

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

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

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

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

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

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