#711456

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

Shades of Palatinate Purple #711456

Tints of Palatinate Purple #711456

Color information

#711456 (or 0x711456) is unknown color: approx Palatinate Purple. HEX triplet: 71, 14 and 56. RGB value is (113,20,86). Sum of RGB (Red+Green+Blue) = 113+20+86=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #711456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711456 is #8EEBA9. Grayscale: #373737. Windows color (decimal): -9366442 or 5641329. OLE color: 5641329.

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

Color convert

RGB1132086-
CMYK00.820.240.56
HSL317.42º69.92%26.08%-
HSV(B)317.42º82.3%44.31%-
XYZ8.744.689.25-
YUV55.33145.31169.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.60%
GREEN value IS 20 (8.20% from 255) = 9.13%
BLUE value IS 86 (33.98% from 255) = 39.27%
R=51.60%
G=9.13%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113208600.820.240.56317.4269.9226.08
Hex711456052183813d461a
Octal161241260122307047510632
Binary11100011010010101100101001011000111000100111101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711456; }

 p { color: rgb(113,20,86); }

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

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

 a { background-color: rgb(113,20,86); }

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

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

 span { border-color: rgb(113,20,86); }

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