#711257

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

Shades of Palatinate Purple #711257

Tints of Palatinate Purple #711257

Color information

#711257 (or 0x711257) is unknown color: approx Palatinate Purple. HEX triplet: 71, 12 and 57. RGB value is (113,18,87). Sum of RGB (Red+Green+Blue) = 113+18+87=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #711257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711257 is #8EEDA8. Grayscale: #363636. Windows color (decimal): -9366953 or 5706353. OLE color: 5706353.

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

Color convert

RGB1131887-
CMYK00.840.230.56
HSL316.42º72.52%25.69%-
HSV(B)316.42º84.07%44.31%-
XYZ8.754.639.45-
YUV54.27146.47169.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.83%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 87 (34.38% from 255) = 39.91%
R=51.83%
G=8.26%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113188700.840.230.56316.4272.5225.69
Hex711257054173813c491a
Octal161221270124277047411132
Binary11100011001010101110101010010111111000100111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711257; }

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

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

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

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

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

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

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

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