#713163

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

Shades of Palatinate Purple #713163

Tints of Palatinate Purple #713163

Color information

#713163 (or 0x713163) is unknown color: approx Palatinate Purple. HEX triplet: 71, 31 and 63. RGB value is (113,49,99). Sum of RGB (Red+Green+Blue) = 113+49+99=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #713163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713163 is #8ECE9C. Grayscale: #494949. Windows color (decimal): -9359005 or 6500721. OLE color: 6500721.

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

Color convert

RGB1134999-
CMYK00.570.120.56
HSL313.12º39.51%31.76%-
HSV(B)313.12º56.64%44.31%-
XYZ10.166.6112.54-
YUV73.84142.2155.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=43.30%
G=18.77%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113499900.570.120.56313.1239.5131.76
Hex713163039C381392820
Octal1616114307114704715040
Binary1110001110001110001101110011100111000100111001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713163; }

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

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

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

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

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

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

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

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