#711057

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

Shades of Palatinate Purple #711057

Tints of Palatinate Purple #711057

Color information

#711057 (or 0x711057) is unknown color: approx Palatinate Purple. HEX triplet: 71, 10 and 57. RGB value is (113,16,87). Sum of RGB (Red+Green+Blue) = 113+16+87=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #711057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711057 is #8EEFA8. Grayscale: #343434. Windows color (decimal): -9367465 or 5705841. OLE color: 5705841.

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

Color convert

RGB1131687-
CMYK00.860.230.56
HSL316.08º75.19%25.29%-
HSV(B)316.08º85.84%44.31%-
XYZ8.724.579.44-
YUV53.1147.14170.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.31%
GREEN value IS 16 (6.64% from 255) = 7.41%
BLUE value IS 87 (34.38% from 255) = 40.28%
R=52.31%
G=7.41%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113168700.860.230.56316.0875.1925.29
Hex711057056173813c4b19
Octal161201270126277047411331
Binary11100011000010101110101011010111111000100111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711057; }

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

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

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

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

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

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

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

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