#71205E

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

Shades of Palatinate Purple #71205E

Tints of Palatinate Purple #71205E

Color information

#71205E (or 0x71205E) is unknown color: approx Palatinate Purple. HEX triplet: 71, 20 and 5E. RGB value is (113,32,94). Sum of RGB (Red+Green+Blue) = 113+32+94=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71205E is #8EDFA1. Grayscale: #3F3F3F. Windows color (decimal): -9363362 or 6168689. OLE color: 6168689.

HSL color Cylindrical-coordinate representation of color #71205E: hue angle of 314.07º 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 #71205E is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1133294-
CMYK00.720.170.56
HSL314.07º55.86%28.43%-
HSV(B)314.07º71.68%44.31%-
XYZ9.355.3511.13-
YUV63.29145.34163.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=47.28%
G=13.39%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113329400.720.170.56314.0755.8628.43
Hex71205E048113813a381c
Octal16140136011021704727034
Binary11100011000001011110010010001000111100010011101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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