#711658

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

Shades of Palatinate Purple #711658

Tints of Palatinate Purple #711658

Color information

#711658 (or 0x711658) is unknown color: approx Palatinate Purple. HEX triplet: 71, 16 and 58. RGB value is (113,22,88). Sum of RGB (Red+Green+Blue) = 113+22+88=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #711658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711658 is #8EE9A7. Grayscale: #383838. Windows color (decimal): -9365928 or 5772913. OLE color: 5772913.

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

Color convert

RGB1132288-
CMYK00.810.220.56
HSL316.48º67.41%26.47%-
HSV(B)316.48º80.53%44.31%-
XYZ8.864.799.69-
YUV56.73145.65168.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 88 (34.77% from 255) = 39.46%
R=50.67%
G=9.87%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113228800.810.220.56316.4867.4126.47
Hex711658051163813c431a
Octal161261300121267047410332
Binary11100011011010110000101000110110111000100111100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711658; }

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

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

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

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

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

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

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

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