#713963

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

Shades of Palatinate Purple #713963

Tints of Palatinate Purple #713963

Color information

#713963 (or 0x713963) is unknown color: approx Palatinate Purple. HEX triplet: 71, 39 and 63. RGB value is (113,57,99). Sum of RGB (Red+Green+Blue) = 113+57+99=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #713963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713963 is #8EC69C. Grayscale: #4E4E4E. Windows color (decimal): -9356957 or 6502769. OLE color: 6502769.

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

Color convert

RGB1135799-
CMYK00.500.120.56
HSL315º32.94%33.33%-
HSV(B)315º49.56%44.31%-
XYZ10.537.3412.67-
YUV78.53139.55152.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 57 (22.66% from 255) = 21.19%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=42.01%
G=21.19%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113579900.500.120.5631532.9433.33
Hex713963032C3813b2121
Octal1617114306214704734141
Binary1110001111001110001101100101100111000100111011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713963; }

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

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

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

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

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

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

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

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