#71316B

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

Shades of Palatinate Purple #71316B

Tints of Palatinate Purple #71316B

Color information

#71316B (or 0x71316B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 31 and 6B. RGB value is (113,49,107). Sum of RGB (Red+Green+Blue) = 113+49+107=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #71316B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71316B is #8ECE94. Grayscale: #4A4A4A. Windows color (decimal): -9358997 or 7025009. OLE color: 7025009.

HSL color Cylindrical-coordinate representation of color #71316B: hue angle of 305.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71316B is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11349107-
CMYK00.570.050.56
HSL305.62º39.51%31.76%-
HSV(B)305.62º56.64%44.31%-
XYZ10.566.7714.66-
YUV74.75146.2155.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 49 (19.53% from 255) = 18.22%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=42.01%
G=18.22%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134910700.570.050.56305.6239.5131.76
Hex71316B0395381322820
Octal161611530715704625040
Binary111000111000111010110111001101111000100110010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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