#71176A

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

Shades of Palatinate Purple #71176A

Tints of Palatinate Purple #71176A

Color information

#71176A (or 0x71176A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 17 and 6A. RGB value is (113,23,106). Sum of RGB (Red+Green+Blue) = 113+23+106=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71176A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71176A is #8EE895. Grayscale: #3B3B3B. Windows color (decimal): -9365654 or 6952817. OLE color: 6952817.

HSL color Cylindrical-coordinate representation of color #71176A: hue angle of 304.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71176A is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11323106-
CMYK00.800.060.56
HSL304.67º66.18%26.67%-
HSV(B)304.67º79.65%44.31%-
XYZ9.725.1614.12-
YUV59.37154.32166.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 23 (9.38% from 255) = 9.50%
BLUE value IS 106 (41.80% from 255) = 43.80%
R=46.69%
G=9.50%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132310600.800.060.56304.6766.1826.67
Hex71176A050638131421b
Octal16127152012067046110233
Binary111000110111110101001010000110111000100110001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71176A; }

 p { color: rgb(113,23,106); }

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

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

 a { background-color: rgb(113,23,106); }

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

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

 span { border-color: rgb(113,23,106); }

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