#71345B

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

Shades of Palatinate Purple #71345B

Tints of Palatinate Purple #71345B

Color information

#71345B (or 0x71345B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 34 and 5B. RGB value is (113,52,91). Sum of RGB (Red+Green+Blue) = 113+52+91=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71345B is #8ECBA4. Grayscale: #4A4A4A. Windows color (decimal): -9358245 or 5977201. OLE color: 5977201.

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

Color convert

RGB1135291-
CMYK00.540.190.56
HSL321.64º36.97%32.35%-
HSV(B)321.64º53.98%44.31%-
XYZ9.936.7210.67-
YUV74.68137.21155.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=44.14%
G=20.31%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113529100.540.190.56321.6436.9732.35
Hex71345B03613381422520
Octal1616413306623705024540
Binary11100011101001011011011011010011111000101000010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,52,91); }

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

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

 a { background-color: rgb(113,52,91); }

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

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

 span { border-color: rgb(113,52,91); }

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