#712064

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

Shades of Palatinate Purple #712064

Tints of Palatinate Purple #712064

Color information

#712064 (or 0x712064) is unknown color: approx Palatinate Purple. HEX triplet: 71, 20 and 64. RGB value is (113,32,100). Sum of RGB (Red+Green+Blue) = 113+32+100=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #712064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712064 is #8EDF9B. Grayscale: #3F3F3F. Windows color (decimal): -9363356 or 6561905. OLE color: 6561905.

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

Color convert

RGB11332100-
CMYK00.720.120.56
HSL309.63º55.86%28.43%-
HSV(B)309.63º71.68%44.31%-
XYZ9.635.4612.6-
YUV63.97148.34162.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 100 (39.45% from 255) = 40.82%
R=46.12%
G=13.06%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133210000.720.120.56309.6355.8628.43
Hex712064048C38136381c
Octal16140144011014704667034
Binary1110001100000110010001001000110011100010011011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712064; }

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

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

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

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

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

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

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

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