#711958

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

Shades of Palatinate Purple #711958

Tints of Palatinate Purple #711958

Color information

#711958 (or 0x711958) is unknown color: approx Palatinate Purple. HEX triplet: 71, 19 and 58. RGB value is (113,25,88). Sum of RGB (Red+Green+Blue) = 113+25+88=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #711958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711958 is #8EE6A7. Grayscale: #3A3A3A. Windows color (decimal): -9365160 or 5773681. OLE color: 5773681.

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

Color convert

RGB1132588-
CMYK00.780.220.56
HSL317.05º63.77%27.06%-
HSV(B)317.05º77.88%44.31%-
XYZ8.924.919.71-
YUV58.49144.65166.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 11.06%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=50%
G=11.06%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113258800.780.220.56317.0563.7727.06
Hex71195804E163813d401b
Octal161311300116267047510033
Binary11100011100110110000100111010110111000100111101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711958; }

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

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

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

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

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

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

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

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