#711166

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

Shades of Palatinate Purple #711166

Tints of Palatinate Purple #711166

Color information

#711166 (or 0x711166) is unknown color: approx Palatinate Purple. HEX triplet: 71, 11 and 66. RGB value is (113,17,102). Sum of RGB (Red+Green+Blue) = 113+17+102=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #711166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711166 is #8EEE99. Grayscale: #373737. Windows color (decimal): -9367194 or 6689137. OLE color: 6689137.

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

Color convert

RGB11317102-
CMYK00.850.100.56
HSL306.88º73.85%25.49%-
HSV(B)306.88º84.96%44.31%-
XYZ9.414.8713.01-
YUV55.39154.3169.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 17 (7.03% from 255) = 7.33%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=48.71%
G=7.33%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131710200.850.100.56306.8873.8525.49
Hex711166055A381334a19
Octal161211460125127046311231
Binary1110001100011100110010101011010111000100110011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711166; }

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

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

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

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

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

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

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

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