#711256

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

Shades of Palatinate Purple #711256

Tints of Palatinate Purple #711256

Color information

#711256 (or 0x711256) is unknown color: approx Palatinate Purple. HEX triplet: 71, 12 and 56. RGB value is (113,18,86). Sum of RGB (Red+Green+Blue) = 113+18+86=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #711256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711256 is #8EEDA9. Grayscale: #353535. Windows color (decimal): -9366954 or 5640817. OLE color: 5640817.

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

Color convert

RGB1131886-
CMYK00.840.240.56
HSL317.05º72.52%25.69%-
HSV(B)317.05º84.07%44.31%-
XYZ8.714.629.24-
YUV54.16145.97169.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.07%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 86 (33.98% from 255) = 39.63%
R=52.07%
G=8.29%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113188600.840.240.56317.0572.5225.69
Hex711256054183813d491a
Octal161221260124307047511132
Binary11100011001010101100101010011000111000100111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711256; }

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

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

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

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

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

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

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

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