#71205F

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

Shades of Palatinate Purple #71205F

Tints of Palatinate Purple #71205F

Color information

#71205F (or 0x71205F) is unknown color: approx Palatinate Purple. HEX triplet: 71, 20 and 5F. RGB value is (113,32,95). Sum of RGB (Red+Green+Blue) = 113+32+95=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71205F is #8EDFA0. Grayscale: #3F3F3F. Windows color (decimal): -9363361 or 6234225. OLE color: 6234225.

HSL color Cylindrical-coordinate representation of color #71205F: hue angle of 313.33º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71205F is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1133295-
CMYK00.720.160.56
HSL313.33º55.86%28.43%-
HSV(B)313.33º71.68%44.31%-
XYZ9.395.3711.37-
YUV63.4145.84163.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=47.08%
G=13.33%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113329500.720.160.56313.3355.8628.43
Hex71205F0481038139381c
Octal16140137011020704717034
Binary11100011000001011111010010001000011100010011100111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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