#711C57

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

Shades of Palatinate Purple #711C57

Tints of Palatinate Purple #711C57

Color information

#711C57 (or 0x711C57) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1C and 57. RGB value is (113,28,87). Sum of RGB (Red+Green+Blue) = 113+28+87=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #711C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C57 is #8EE3A8. Grayscale: #3B3B3B. Windows color (decimal): -9364393 or 5708913. OLE color: 5708913.

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

Color convert

RGB1132887-
CMYK00.750.230.56
HSL318.35º60.28%27.65%-
HSV(B)318.35º75.22%44.31%-
XYZ8.955.039.52-
YUV60.14143.16165.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 28 (11.33% from 255) = 12.28%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=49.56%
G=12.28%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113288700.750.230.56318.3560.2827.65
Hex711C5704B173813e3c1c
Octal16134127011327704767434
Binary1110001111001010111010010111011111100010011111011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,28,87); }

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

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

 a { background-color: rgb(113,28,87); }

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

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

 span { border-color: rgb(113,28,87); }

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