#71166F

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

Shades of Palatinate Purple #71166F

Tints of Palatinate Purple #71166F

Color information

#71166F (or 0x71166F) is unknown color: approx Palatinate Purple. HEX triplet: 71, 16 and 6F. RGB value is (113,22,111). Sum of RGB (Red+Green+Blue) = 113+22+111=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #71166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71166F is #8EE990. Grayscale: #3B3B3B. Windows color (decimal): -9365905 or 7280241. OLE color: 7280241.

HSL color Cylindrical-coordinate representation of color #71166F: hue angle of 301.32º 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 #71166F is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11322111-
CMYK00.810.020.56
HSL301.32º67.41%26.47%-
HSV(B)301.32º80.53%44.31%-
XYZ9.975.2315.52-
YUV59.36157.15166.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 22 (8.98% from 255) = 8.94%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=45.93%
G=8.94%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132211100.810.020.56301.3267.4126.47
Hex71166F05123812d431a
Octal16126157012127045510332
Binary11100011011011011110101000110111000100101101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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