#71345F

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

Shades of Palatinate Purple #71345F

Tints of Palatinate Purple #71345F

Color information

#71345F (or 0x71345F) is unknown color: approx Palatinate Purple. HEX triplet: 71, 34 and 5F. RGB value is (113,52,95). Sum of RGB (Red+Green+Blue) = 113+52+95=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71345F is #8ECBA0. Grayscale: #4B4B4B. Windows color (decimal): -9358241 or 6239345. OLE color: 6239345.

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

Color convert

RGB1135295-
CMYK00.540.160.56
HSL317.7º36.97%32.35%-
HSV(B)317.7º53.98%44.31%-
XYZ10.16.7911.61-
YUV75.14139.21155-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 95 (37.5% from 255) = 36.54%
R=43.46%
G=20%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113529500.540.160.56317.736.9732.35
Hex71345F036103813e2520
Octal1616413706620704764540
Binary11100011101001011111011011010000111000100111110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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