#711857

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

Shades of Palatinate Purple #711857

Tints of Palatinate Purple #711857

Color information

#711857 (or 0x711857) is unknown color: approx Palatinate Purple. HEX triplet: 71, 18 and 57. RGB value is (113,24,87). Sum of RGB (Red+Green+Blue) = 113+24+87=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #711857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711857 is #8EE7A8. Grayscale: #393939. Windows color (decimal): -9365417 or 5707889. OLE color: 5707889.

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

Color convert

RGB1132487-
CMYK00.790.230.56
HSL317.53º64.96%26.86%-
HSV(B)317.53º78.76%44.31%-
XYZ8.864.859.49-
YUV57.79144.49167.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=50.45%
G=10.71%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113248700.790.230.56317.5364.9626.86
Hex71185704F173813e411b
Octal161301270117277047610133
Binary11100011100010101110100111110111111000100111110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711857; }

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

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

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

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

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

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

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

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