#711659

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

Shades of Palatinate Purple #711659

Tints of Palatinate Purple #711659

Color information

#711659 (or 0x711659) is unknown color: approx Palatinate Purple. HEX triplet: 71, 16 and 59. RGB value is (113,22,89). Sum of RGB (Red+Green+Blue) = 113+22+89=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #711659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711659 is #8EE9A6. Grayscale: #383838. Windows color (decimal): -9365927 or 5838449. OLE color: 5838449.

HSL color Cylindrical-coordinate representation of color #711659: hue angle of 315.82º 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 #711659 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1132289-
CMYK00.810.210.56
HSL315.82º67.41%26.47%-
HSV(B)315.82º80.53%44.31%-
XYZ8.94.819.91-
YUV56.85146.15168.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 22 (8.98% from 255) = 9.82%
BLUE value IS 89 (35.16% from 255) = 39.73%
R=50.45%
G=9.82%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113228900.810.210.56315.8267.4126.47
Hex711659051153813c431a
Octal161261310121257047410332
Binary11100011011010110010101000110101111000100111100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711659; }

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

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

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

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

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

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

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

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