#711669

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

Shades of Palatinate Purple #711669

Tints of Palatinate Purple #711669

Color information

#711669 (or 0x711669) is unknown color: approx Palatinate Purple. HEX triplet: 71, 16 and 69. RGB value is (113,22,105). Sum of RGB (Red+Green+Blue) = 113+22+105=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #711669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711669 is #8EE996. Grayscale: #3A3A3A. Windows color (decimal): -9365911 or 6887025. OLE color: 6887025.

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

Color convert

RGB11322105-
CMYK00.810.070.56
HSL305.27º67.41%26.47%-
HSV(B)305.27º80.53%44.31%-
XYZ9.655.113.84-
YUV58.67154.15166.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 105 (41.41% from 255) = 43.75%
R=47.08%
G=9.17%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132210500.810.070.56305.2767.4126.47
Hex711669051738131431a
Octal16126151012177046110332
Binary111000110110110100101010001111111000100110001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711669; }

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

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

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

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

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

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

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

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