#711661

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

Shades of Palatinate Purple #711661

Tints of Palatinate Purple #711661

Color information

#711661 (or 0x711661) is unknown color: approx Palatinate Purple. HEX triplet: 71, 16 and 61. RGB value is (113,22,97). Sum of RGB (Red+Green+Blue) = 113+22+97=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #711661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711661 is #8EE99E. Grayscale: #393939. Windows color (decimal): -9365919 or 6362737. OLE color: 6362737.

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

Color convert

RGB1132297-
CMYK00.810.140.56
HSL310.55º67.41%26.47%-
HSV(B)310.55º80.53%44.31%-
XYZ9.254.9511.78-
YUV57.76150.15167.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 22 (8.98% from 255) = 9.48%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=48.71%
G=9.48%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113229700.810.140.56310.5567.4126.47
Hex711661051E38137431a
Octal161261410121167046710332
Binary1110001101101100001010100011110111000100110111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711661; }

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

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

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

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

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

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

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

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