#711063

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

Shades of Palatinate Purple #711063

Tints of Palatinate Purple #711063

Color information

#711063 (or 0x711063) is unknown color: approx Palatinate Purple. HEX triplet: 71, 10 and 63. RGB value is (113,16,99). Sum of RGB (Red+Green+Blue) = 113+16+99=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #711063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711063 is #8EEF9C. Grayscale: #363636. Windows color (decimal): -9367453 or 6492273. OLE color: 6492273.

HSL color Cylindrical-coordinate representation of color #711063: hue angle of 308.66º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711063 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1131699-
CMYK00.860.120.56
HSL308.66º75.19%25.29%-
HSV(B)308.66º85.84%44.31%-
XYZ9.254.7812.24-
YUV54.46153.14169.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 16 (6.64% from 255) = 7.02%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=49.56%
G=7.02%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113169900.860.120.56308.6675.1925.29
Hex711063056C381354b19
Octal161201430126147046511331
Binary1110001100001100011010101101100111000100110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711063; }

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

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

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

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

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

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

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

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