#711559

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

Shades of Palatinate Purple #711559

Tints of Palatinate Purple #711559

Color information

#711559 (or 0x711559) is unknown color: approx Palatinate Purple. HEX triplet: 71, 15 and 59. RGB value is (113,21,89). Sum of RGB (Red+Green+Blue) = 113+21+89=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #711559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711559 is #8EEAA6. Grayscale: #383838. Windows color (decimal): -9366183 or 5838193. OLE color: 5838193.

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

Color convert

RGB1132189-
CMYK00.810.210.56
HSL315.65º68.66%26.27%-
HSV(B)315.65º81.42%44.31%-
XYZ8.884.779.9-
YUV56.26146.48168.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=50.67%
G=9.42%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113218900.810.210.56315.6568.6626.27
Hex711559051153813c451a
Octal161251310121257047410532
Binary11100011010110110010101000110101111000100111100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711559; }

 p { color: rgb(113,21,89); }

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

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

 a { background-color: rgb(113,21,89); }

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

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

 span { border-color: rgb(113,21,89); }

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