#71166E

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

Shades of Palatinate Purple #71166E

Tints of Palatinate Purple #71166E

Color information

#71166E (or 0x71166E) is unknown color: approx Palatinate Purple. HEX triplet: 71, 16 and 6E. RGB value is (113,22,110). Sum of RGB (Red+Green+Blue) = 113+22+110=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71166E is #8EE991. Grayscale: #3A3A3A. Windows color (decimal): -9365906 or 7214705. OLE color: 7214705.

HSL color Cylindrical-coordinate representation of color #71166E: hue angle of 301.98º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71166E is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11322110-
CMYK00.810.030.56
HSL301.98º67.41%26.47%-
HSV(B)301.98º80.53%44.31%-
XYZ9.915.2115.24-
YUV59.24156.65166.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.12%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=46.12%
G=8.98%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132211000.810.030.56301.9867.4126.47
Hex71166E05133812e431a
Octal16126156012137045610332
Binary11100011011011011100101000111111000100101110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71166E; }

 p { color: rgb(113,22,110); }

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

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

 a { background-color: rgb(113,22,110); }

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

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

 span { border-color: rgb(113,22,110); }

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