#71176B

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

Shades of Palatinate Purple #71176B

Tints of Palatinate Purple #71176B

Color information

#71176B (or 0x71176B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 17 and 6B. RGB value is (113,23,107). Sum of RGB (Red+Green+Blue) = 113+23+107=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71176B is #8EE894. Grayscale: #3B3B3B. Windows color (decimal): -9365653 or 7018353. OLE color: 7018353.

HSL color Cylindrical-coordinate representation of color #71176B: hue angle of 304º 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 #71176B is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11323107-
CMYK00.800.050.56
HSL304º66.18%26.67%-
HSV(B)304º79.65%44.31%-
XYZ9.775.1914.4-
YUV59.49154.82166.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.50%
GREEN value IS 23 (9.38% from 255) = 9.47%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=46.50%
G=9.47%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132310700.800.050.5630466.1826.67
Hex71176B050538130421b
Octal16127153012057046010233
Binary111000110111110101101010000101111000100110000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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