#711C56

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

Shades of Palatinate Purple #711C56

Tints of Palatinate Purple #711C56

Color information

#711C56 (or 0x711C56) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1C and 56. RGB value is (113,28,86). Sum of RGB (Red+Green+Blue) = 113+28+86=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #711C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C56 is #8EE3A9. Grayscale: #3B3B3B. Windows color (decimal): -9364394 or 5643377. OLE color: 5643377.

HSL color Cylindrical-coordinate representation of color #711C56: hue angle of 319.06º 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 #711C56 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1132886-
CMYK00.750.240.56
HSL319.06º60.28%27.65%-
HSV(B)319.06º75.22%44.31%-
XYZ8.915.019.3-
YUV60.03142.66165.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 28 (11.33% from 255) = 12.33%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=49.78%
G=12.33%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113288600.750.240.56319.0660.2827.65
Hex711C5604B183813f3c1c
Octal16134126011330704777434
Binary1110001111001010110010010111100011100010011111111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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