#712C66

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

Shades of Palatinate Purple #712C66

Tints of Palatinate Purple #712C66

Color information

#712C66 (or 0x712C66) is unknown color: approx Palatinate Purple. HEX triplet: 71, 2C and 66. RGB value is (113,44,102). Sum of RGB (Red+Green+Blue) = 113+44+102=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #712C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C66 is #8ED399. Grayscale: #474747. Windows color (decimal): -9360282 or 6696049. OLE color: 6696049.

HSL color Cylindrical-coordinate representation of color #712C66: hue angle of 309.57º 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 #712C66 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11344102-
CMYK00.610.100.56
HSL309.57º43.95%30.78%-
HSV(B)309.57º61.06%44.31%-
XYZ10.116.2713.25-
YUV71.24145.36157.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.63%
GREEN value IS 44 (17.58% from 255) = 16.99%
BLUE value IS 102 (40.23% from 255) = 39.38%
R=43.63%
G=16.99%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134410200.610.100.56309.5743.9530.78
Hex712C6603DA381362c1f
Octal1615414607512704665437
Binary111000110110011001100111101101011100010011011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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