#711363

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

Shades of Palatinate Purple #711363

Tints of Palatinate Purple #711363

Color information

#711363 (or 0x711363) is unknown color: approx Palatinate Purple. HEX triplet: 71, 13 and 63. RGB value is (113,19,99). Sum of RGB (Red+Green+Blue) = 113+19+99=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #711363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711363 is #8EEC9C. Grayscale: #383838. Windows color (decimal): -9366685 or 6493041. OLE color: 6493041.

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

Color convert

RGB1131999-
CMYK00.830.120.56
HSL308.94º71.21%25.88%-
HSV(B)308.94º83.19%44.31%-
XYZ9.34.8812.26-
YUV56.23152.14168.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=48.92%
G=8.23%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113199900.830.120.56308.9471.2125.88
Hex711363053C38135471a
Octal161231430123147046510732
Binary1110001100111100011010100111100111000100110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711363; }

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

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

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

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

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

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

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

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