#711361

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

Shades of Palatinate Purple #711361

Tints of Palatinate Purple #711361

Color information

#711361 (or 0x711361) is unknown color: approx Palatinate Purple. HEX triplet: 71, 13 and 61. RGB value is (113,19,97). Sum of RGB (Red+Green+Blue) = 113+19+97=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #711361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711361 is #8EEC9E. Grayscale: #373737. Windows color (decimal): -9366687 or 6361969. OLE color: 6361969.

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

Color convert

RGB1131997-
CMYK00.830.140.56
HSL310.21º71.21%25.88%-
HSV(B)310.21º83.19%44.31%-
XYZ9.24.8411.76-
YUV56151.14168.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=49.34%
G=8.30%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113199700.830.140.56310.2171.2125.88
Hex711361053E38136471a
Octal161231410123167046610732
Binary1110001100111100001010100111110111000100110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711361; }

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

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

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

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

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

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

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

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