#713965

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

Shades of Palatinate Purple #713965

Tints of Palatinate Purple #713965

Color information

#713965 (or 0x713965) is unknown color: approx Palatinate Purple. HEX triplet: 71, 39 and 65. RGB value is (113,57,101). Sum of RGB (Red+Green+Blue) = 113+57+101=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #713965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713965 is #8EC69A. Grayscale: #4E4E4E. Windows color (decimal): -9356955 or 6633841. OLE color: 6633841.

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

Color convert

RGB11357101-
CMYK00.500.110.56
HSL312.86º32.94%33.33%-
HSV(B)312.86º49.56%44.31%-
XYZ10.627.3813.18-
YUV78.76140.55152.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=41.70%
G=21.03%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135710100.500.110.56312.8632.9433.33
Hex713965032B381392121
Octal1617114506213704714141
Binary1110001111001110010101100101011111000100111001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713965; }

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

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

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

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

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

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

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

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