#712C59

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

Shades of Palatinate Purple #712C59

Tints of Palatinate Purple #712C59

Color information

#712C59 (or 0x712C59) is unknown color: approx Palatinate Purple. HEX triplet: 71, 2C and 59. RGB value is (113,44,89). Sum of RGB (Red+Green+Blue) = 113+44+89=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #712C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C59 is #8ED3A6. Grayscale: #454545. Windows color (decimal): -9360295 or 5844081. OLE color: 5844081.

HSL color Cylindrical-coordinate representation of color #712C59: hue angle of 320.87º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #712C59 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1134489-
CMYK00.610.210.56
HSL320.87º43.95%30.78%-
HSV(B)320.87º61.06%44.31%-
XYZ9.516.0310.11-
YUV69.76138.86158.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 44 (17.58% from 255) = 17.89%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=45.93%
G=17.89%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113448900.610.210.56320.8743.9530.78
Hex712C5903D15381412c1f
Octal1615413107525705015437
Binary1110001101100101100101111011010111100010100000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712C59; }

 p { color: rgb(113,44,89); }

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

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

 a { background-color: rgb(113,44,89); }

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

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

 span { border-color: rgb(113,44,89); }

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