#713162

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

Shades of Palatinate Purple #713162

Tints of Palatinate Purple #713162

Color information

#713162 (or 0x713162) is unknown color: approx Palatinate Purple. HEX triplet: 71, 31 and 62. RGB value is (113,49,98). Sum of RGB (Red+Green+Blue) = 113+49+98=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #713162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713162 is #8ECE9D. Grayscale: #494949. Windows color (decimal): -9359006 or 6435185. OLE color: 6435185.

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

Color convert

RGB1134998-
CMYK00.570.130.56
HSL314.06º39.51%31.76%-
HSV(B)314.06º56.64%44.31%-
XYZ10.116.5912.29-
YUV73.72141.7156.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 49 (19.53% from 255) = 18.85%
BLUE value IS 98 (38.67% from 255) = 37.69%
R=43.46%
G=18.85%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113499800.570.130.56314.0639.5131.76
Hex713162039D3813a2820
Octal1616114207115704725040
Binary1110001110001110001001110011101111000100111010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713162; }

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

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

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

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

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

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

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

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