#711668

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

Shades of Palatinate Purple #711668

Tints of Palatinate Purple #711668

Color information

#711668 (or 0x711668) is unknown color: approx Palatinate Purple. HEX triplet: 71, 16 and 68. RGB value is (113,22,104). Sum of RGB (Red+Green+Blue) = 113+22+104=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #711668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711668 is #8EE997. Grayscale: #3A3A3A. Windows color (decimal): -9365912 or 6821489. OLE color: 6821489.

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

Color convert

RGB11322104-
CMYK00.810.080.56
HSL305.93º67.41%26.47%-
HSV(B)305.93º80.53%44.31%-
XYZ9.65.0813.57-
YUV58.56153.65166.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=47.28%
G=9.21%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132210400.810.080.56305.9367.4126.47
Hex711668051838132431a
Octal161261500121107046210332
Binary1110001101101101000010100011000111000100110010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711668; }

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

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

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

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

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

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

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

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