#711E66

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

Shades of Palatinate Purple #711E66

Tints of Palatinate Purple #711E66

Color information

#711E66 (or 0x711E66) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1E and 66. RGB value is (113,30,102). Sum of RGB (Red+Green+Blue) = 113+30+102=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #711E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711E66 is #8EE199. Grayscale: #3E3E3E. Windows color (decimal): -9363866 or 6692465. OLE color: 6692465.

HSL color Cylindrical-coordinate representation of color #711E66: hue angle of 307.95º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711E66 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11330102-
CMYK00.730.100.56
HSL307.95º58.04%28.04%-
HSV(B)307.95º73.45%44.31%-
XYZ9.675.413.1-
YUV63.02150163.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 30 (12.11% from 255) = 12.24%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=46.12%
G=12.24%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133010200.730.100.56307.9558.0428.04
Hex711E66049A381343a1c
Octal16136146011112704647234
Binary111000111110110011001001001101011100010011010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711E66; }

 p { color: rgb(113,30,102); }

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

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

 a { background-color: rgb(113,30,102); }

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

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

 span { border-color: rgb(113,30,102); }

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