#713064

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

Shades of Palatinate Purple #713064

Tints of Palatinate Purple #713064

Color information

#713064 (or 0x713064) is unknown color: approx Palatinate Purple. HEX triplet: 71, 30 and 64. RGB value is (113,48,100). Sum of RGB (Red+Green+Blue) = 113+48+100=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #713064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713064 is #8ECF9B. Grayscale: #494949. Windows color (decimal): -9359260 or 6566001. OLE color: 6566001.

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

Color convert

RGB11348100-
CMYK00.580.120.56
HSL312º40.37%31.57%-
HSV(B)312º57.52%44.31%-
XYZ10.176.5412.78-
YUV73.36143.03156.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=43.30%
G=18.39%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134810000.580.120.5631240.3731.57
Hex71306403AC381382820
Octal1616014407214704705040
Binary1110001110000110010001110101100111000100111000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713064; }

 p { color: rgb(113,48,100); }

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

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

 a { background-color: rgb(113,48,100); }

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

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

 span { border-color: rgb(113,48,100); }

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