#712D68

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

Shades of Palatinate Purple #712D68

Tints of Palatinate Purple #712D68

Color information

#712D68 (or 0x712D68) is unknown color: approx Palatinate Purple. HEX triplet: 71, 2D and 68. RGB value is (113,45,104). Sum of RGB (Red+Green+Blue) = 113+45+104=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #712D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712D68 is #8ED297. Grayscale: #474747. Windows color (decimal): -9360024 or 6827377. OLE color: 6827377.

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

Color convert

RGB11345104-
CMYK00.600.080.56
HSL307.94º43.04%30.98%-
HSV(B)307.94º60.18%44.31%-
XYZ10.256.3913.79-
YUV72.06146.03157.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 45 (17.97% from 255) = 17.18%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=43.13%
G=17.18%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134510400.600.080.56307.9443.0430.98
Hex712D6803C8381342b1f
Octal1615515007410704645337
Binary111000110110111010000111100100011100010011010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,45,104); }

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

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

 a { background-color: rgb(113,45,104); }

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

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

 span { border-color: rgb(113,45,104); }

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