#711665

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

Shades of Palatinate Purple #711665

Tints of Palatinate Purple #711665

Color information

#711665 (or 0x711665) is unknown color: approx Palatinate Purple. HEX triplet: 71, 16 and 65. RGB value is (113,22,101). Sum of RGB (Red+Green+Blue) = 113+22+101=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #711665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711665 is #8EE99A. Grayscale: #393939. Windows color (decimal): -9365915 or 6624881. OLE color: 6624881.

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

Color convert

RGB11322101-
CMYK00.810.110.56
HSL307.91º67.41%26.47%-
HSV(B)307.91º80.53%44.31%-
XYZ9.455.0212.78-
YUV58.22152.15167.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 101 (39.84% from 255) = 42.80%
R=47.88%
G=9.32%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132210100.810.110.56307.9167.4126.47
Hex711665051B38134431a
Octal161261450121137046410332
Binary1110001101101100101010100011011111000100110100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711665; }

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

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

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

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

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

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

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

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