#711058

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

Shades of Palatinate Purple #711058

Tints of Palatinate Purple #711058

Color information

#711058 (or 0x711058) is unknown color: approx Palatinate Purple. HEX triplet: 71, 10 and 58. RGB value is (113,16,88). Sum of RGB (Red+Green+Blue) = 113+16+88=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #711058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711058 is #8EEFA7. Grayscale: #353535. Windows color (decimal): -9367464 or 5771377. OLE color: 5771377.

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

Color convert

RGB1131688-
CMYK00.860.220.56
HSL315.46º75.19%25.29%-
HSV(B)315.46º85.84%44.31%-
XYZ8.764.599.66-
YUV53.21147.64170.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.07%
GREEN value IS 16 (6.64% from 255) = 7.37%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=52.07%
G=7.37%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113168800.860.220.56315.4675.1925.29
Hex711058056163813b4b19
Octal161201300126267047311331
Binary11100011000010110000101011010110111000100111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711058; }

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

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

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

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

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

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

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

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