#714064

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

Shades of Palatinate Purple #714064

Tints of Palatinate Purple #714064

Color information

#714064 (or 0x714064) is unknown color: approx Palatinate Purple. HEX triplet: 71, 40 and 64. RGB value is (113,64,100). Sum of RGB (Red+Green+Blue) = 113+64+100=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #714064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714064 is #8EBF9B. Grayscale: #525252. Windows color (decimal): -9355164 or 6570097. OLE color: 6570097.

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

Color convert

RGB11364100-
CMYK00.430.120.56
HSL315.92º27.68%34.71%-
HSV(B)315.92º43.36%44.31%-
XYZ10.948.113.04-
YUV82.76137.73149.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=40.79%
G=23.10%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136410000.430.120.56315.9227.6834.71
Hex71406402BC3813c1c23
Octal16110014405314704743443
Binary1110001100000011001000101011110011100010011110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714064; }

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

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

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

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

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

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

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

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