#711662

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

Shades of Palatinate Purple #711662

Tints of Palatinate Purple #711662

Color information

#711662 (or 0x711662) is unknown color: approx Palatinate Purple. HEX triplet: 71, 16 and 62. RGB value is (113,22,98). Sum of RGB (Red+Green+Blue) = 113+22+98=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #711662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711662 is #8EE99D. Grayscale: #393939. Windows color (decimal): -9365918 or 6428273. OLE color: 6428273.

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

Color convert

RGB1132298-
CMYK00.810.130.56
HSL309.89º67.41%26.47%-
HSV(B)309.89º80.53%44.31%-
XYZ9.34.9712.02-
YUV57.87150.65167.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=48.50%
G=9.44%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113229800.810.130.56309.8967.4126.47
Hex711662051D38136431a
Octal161261420121157046610332
Binary1110001101101100010010100011101111000100110110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711662; }

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

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

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

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

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

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

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

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