#711162

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

Shades of Palatinate Purple #711162

Tints of Palatinate Purple #711162

Color information

#711162 (or 0x711162) is unknown color: approx Palatinate Purple. HEX triplet: 71, 11 and 62. RGB value is (113,17,98). Sum of RGB (Red+Green+Blue) = 113+17+98=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #711162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711162 is #8EEE9D. Grayscale: #363636. Windows color (decimal): -9367198 or 6426993. OLE color: 6426993.

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

Color convert

RGB1131798-
CMYK00.850.130.56
HSL309.38º73.85%25.49%-
HSV(B)309.38º84.96%44.31%-
XYZ9.224.7911.99-
YUV54.94152.3169.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 17 (7.03% from 255) = 7.46%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=49.56%
G=7.46%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113179800.850.130.56309.3873.8525.49
Hex711162055D381354a19
Octal161211420125157046511231
Binary1110001100011100010010101011101111000100110101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711162; }

 p { color: rgb(113,17,98); }

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

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

 a { background-color: rgb(113,17,98); }

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

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

 span { border-color: rgb(113,17,98); }

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