#711C63

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

Shades of Palatinate Purple #711C63

Tints of Palatinate Purple #711C63

Color information

#711C63 (or 0x711C63) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1C and 63. RGB value is (113,28,99). Sum of RGB (Red+Green+Blue) = 113+28+99=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #711C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C63 is #8EE39C. Grayscale: #3D3D3D. Windows color (decimal): -9364381 or 6495345. OLE color: 6495345.

HSL color Cylindrical-coordinate representation of color #711C63: hue angle of 309.88º 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 #711C63 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1132899-
CMYK00.750.120.56
HSL309.88º60.28%27.65%-
HSV(B)309.88º75.22%44.31%-
XYZ9.485.2412.32-
YUV61.51149.16164.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 28 (11.33% from 255) = 11.67%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=47.08%
G=11.67%
B=41.25%

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
Decimal113289900.750.120.56309.8860.2827.65
Hex711C6304BC381363c1c
Octal16134143011314704667434
Binary111000111100110001101001011110011100010011011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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