#711D69

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

Shades of Palatinate Purple #711D69

Tints of Palatinate Purple #711D69

Color information

#711D69 (or 0x711D69) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1D and 69. RGB value is (113,29,105). Sum of RGB (Red+Green+Blue) = 113+29+105=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #711D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711D69 is #8EE296. Grayscale: #3E3E3E. Windows color (decimal): -9364119 or 6888817. OLE color: 6888817.

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

Color convert

RGB11329105-
CMYK00.740.070.56
HSL305.71º59.15%27.84%-
HSV(B)305.71º74.34%44.31%-
XYZ9.85.4113.89-
YUV62.78151.83163.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 29 (11.72% from 255) = 11.74%
BLUE value IS 105 (41.41% from 255) = 42.51%
R=45.75%
G=11.74%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132910500.740.070.56305.7159.1527.84
Hex711D6904A7381323b1c
Octal1613515101127704627334
Binary11100011110111010010100101011111100010011001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711D69; }

 p { color: rgb(113,29,105); }

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

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

 a { background-color: rgb(113,29,105); }

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

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

 span { border-color: rgb(113,29,105); }

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