#713969

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

Shades of Palatinate Purple #713969

Tints of Palatinate Purple #713969

Color information

#713969 (or 0x713969) is unknown color: approx Palatinate Purple. HEX triplet: 71, 39 and 69. RGB value is (113,57,105). Sum of RGB (Red+Green+Blue) = 113+57+105=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #713969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713969 is #8EC696. Grayscale: #4F4F4F. Windows color (decimal): -9356951 or 6895985. OLE color: 6895985.

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

Color convert

RGB11357105-
CMYK00.500.070.56
HSL308.57º32.94%33.33%-
HSV(B)308.57º49.56%44.31%-
XYZ10.827.4614.23-
YUV79.22142.55152.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 57 (22.66% from 255) = 20.73%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=41.09%
G=20.73%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135710500.500.070.56308.5732.9433.33
Hex7139690327381352121
Octal161711510627704654141
Binary111000111100111010010110010111111000100110101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713969; }

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

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

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

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

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

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

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

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