#711560

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

Shades of Palatinate Purple #711560

Tints of Palatinate Purple #711560

Color information

#711560 (or 0x711560) is unknown color: approx Palatinate Purple. HEX triplet: 71, 15 and 60. RGB value is (113,21,96). Sum of RGB (Red+Green+Blue) = 113+21+96=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #711560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711560 is #8EEA9F. Grayscale: #383838. Windows color (decimal): -9366176 or 6296945. OLE color: 6296945.

HSL color Cylindrical-coordinate representation of color #711560: hue angle of 311.09º 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 #711560 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1132196-
CMYK00.810.150.56
HSL311.09º68.66%26.27%-
HSV(B)311.09º81.42%44.31%-
XYZ9.194.8911.53-
YUV57.06149.98167.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 21 (8.59% from 255) = 9.13%
BLUE value IS 96 (37.89% from 255) = 41.74%
R=49.13%
G=9.13%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113219600.810.150.56311.0968.6626.27
Hex711560051F38137451a
Octal161251400121177046710532
Binary1110001101011100000010100011111111000100110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711560; }

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

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

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

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

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

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

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

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