#711664

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

Shades of Palatinate Purple #711664

Tints of Palatinate Purple #711664

Color information

#711664 (or 0x711664) is unknown color: approx Palatinate Purple. HEX triplet: 71, 16 and 64. RGB value is (113,22,100). Sum of RGB (Red+Green+Blue) = 113+22+100=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #711664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711664 is #8EE99B. Grayscale: #393939. Windows color (decimal): -9365916 or 6559345. OLE color: 6559345.

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

Color convert

RGB11322100-
CMYK00.810.120.56
HSL308.57º67.41%26.47%-
HSV(B)308.57º80.53%44.31%-
XYZ9.4512.53-
YUV58.1151.65167.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 100 (39.45% from 255) = 42.55%
R=48.09%
G=9.36%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132210000.810.120.56308.5767.4126.47
Hex711664051C38135431a
Octal161261440121147046510332
Binary1110001101101100100010100011100111000100110101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711664; }

 p { color: rgb(113,22,100); }

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

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

 a { background-color: rgb(113,22,100); }

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

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

 span { border-color: rgb(113,22,100); }

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