#711164

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

Shades of Palatinate Purple #711164

Tints of Palatinate Purple #711164

Color information

#711164 (or 0x711164) is unknown color: approx Palatinate Purple. HEX triplet: 71, 11 and 64. RGB value is (113,17,100). Sum of RGB (Red+Green+Blue) = 113+17+100=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #711164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711164 is #8EEE9B. Grayscale: #363636. Windows color (decimal): -9367196 or 6558065. OLE color: 6558065.

HSL color Cylindrical-coordinate representation of color #711164: hue angle of 308.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711164 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB11317100-
CMYK00.850.120.56
HSL308.12º73.85%25.49%-
HSV(B)308.12º84.96%44.31%-
XYZ9.314.8312.5-
YUV55.17153.3169.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 100 (39.45% from 255) = 43.48%
R=49.13%
G=7.39%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131710000.850.120.56308.1273.8525.49
Hex711164055C381344a19
Octal161211440125147046411231
Binary1110001100011100100010101011100111000100110100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711164; }

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

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

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

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

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

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

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

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