#711F65

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

Shades of Palatinate Purple #711F65

Tints of Palatinate Purple #711F65

Color information

#711F65 (or 0x711F65) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1F and 65. RGB value is (113,31,101). Sum of RGB (Red+Green+Blue) = 113+31+101=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #711F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711F65 is #8EE09A. Grayscale: #3F3F3F. Windows color (decimal): -9363611 or 6627185. OLE color: 6627185.

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

Color convert

RGB11331101-
CMYK00.730.110.56
HSL308.78º56.94%28.24%-
HSV(B)308.78º72.57%44.31%-
XYZ9.655.4312.85-
YUV63.5149.17163.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 31 (12.5% from 255) = 12.65%
BLUE value IS 101 (39.84% from 255) = 41.22%
R=46.12%
G=12.65%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133110100.730.110.56308.7856.9428.24
Hex711F65049B38135391c
Octal16137145011113704657134
Binary111000111111110010101001001101111100010011010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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