#711A58

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

Shades of Palatinate Purple #711A58

Tints of Palatinate Purple #711A58

Color information

#711A58 (or 0x711A58) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1A and 58. RGB value is (113,26,88). Sum of RGB (Red+Green+Blue) = 113+26+88=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #711A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A58 is #8EE5A7. Grayscale: #3A3A3A. Windows color (decimal): -9364904 or 5773937. OLE color: 5773937.

HSL color Cylindrical-coordinate representation of color #711A58: hue angle of 317.24º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A58 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB1132688-
CMYK00.770.220.56
HSL317.24º62.59%27.25%-
HSV(B)317.24º76.99%44.31%-
XYZ8.944.959.72-
YUV59.08144.32166.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=49.78%
G=11.45%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113268800.770.220.56317.2462.5927.25
Hex711A5804D163813d3f1b
Octal16132130011526704757733
Binary1110001110101011000010011011011011100010011110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,26,88); }

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

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

 a { background-color: rgb(113,26,88); }

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

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

 span { border-color: rgb(113,26,88); }

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