#711C65

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

Shades of Palatinate Purple #711C65

Tints of Palatinate Purple #711C65

Color information

#711C65 (or 0x711C65) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1C and 65. RGB value is (113,28,101). Sum of RGB (Red+Green+Blue) = 113+28+101=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #711C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C65 is #8EE39A. Grayscale: #3D3D3D. Windows color (decimal): -9364379 or 6626417. OLE color: 6626417.

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

Color convert

RGB11328101-
CMYK00.750.110.56
HSL308.47º60.28%27.65%-
HSV(B)308.47º75.22%44.31%-
XYZ9.575.2812.83-
YUV61.74150.16164.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 28 (11.33% from 255) = 11.57%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=46.69%
G=11.57%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132810100.750.110.56308.4760.2827.65
Hex711C6504BB381343c1c
Octal16134145011313704647434
Binary111000111100110010101001011101111100010011010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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