#711A56

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

Shades of Palatinate Purple #711A56

Tints of Palatinate Purple #711A56

Color information

#711A56 (or 0x711A56) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1A and 56. RGB value is (113,26,86). Sum of RGB (Red+Green+Blue) = 113+26+86=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #711A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A56 is #8EE5A9. Grayscale: #3A3A3A. Windows color (decimal): -9364906 or 5642865. OLE color: 5642865.

HSL color Cylindrical-coordinate representation of color #711A56: hue angle of 318.62º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A56 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1132686-
CMYK00.770.240.56
HSL318.62º62.59%27.25%-
HSV(B)318.62º76.99%44.31%-
XYZ8.864.929.29-
YUV58.85143.32166.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 26 (10.55% from 255) = 11.56%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=50.22%
G=11.56%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113268600.770.240.56318.6262.5927.25
Hex711A5604D183813f3f1b
Octal16132126011530704777733
Binary1110001110101010110010011011100011100010011111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,26,86); }

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

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

 a { background-color: rgb(113,26,86); }

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

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

 span { border-color: rgb(113,26,86); }

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