#711C64

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

Shades of Palatinate Purple #711C64

Tints of Palatinate Purple #711C64

Color information

#711C64 (or 0x711C64) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1C and 64. RGB value is (113,28,100). Sum of RGB (Red+Green+Blue) = 113+28+100=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #711C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C64 is #8EE39B. Grayscale: #3D3D3D. Windows color (decimal): -9364380 or 6560881. OLE color: 6560881.

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

Color convert

RGB11328100-
CMYK00.750.120.56
HSL309.18º60.28%27.65%-
HSV(B)309.18º75.22%44.31%-
XYZ9.535.2612.57-
YUV61.62149.66164.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.89%
GREEN value IS 28 (11.33% from 255) = 11.62%
BLUE value IS 100 (39.45% from 255) = 41.49%
R=46.89%
G=11.62%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132810000.750.120.56309.1860.2827.65
Hex711C6404BC381353c1c
Octal16134144011314704657434
Binary111000111100110010001001011110011100010011010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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