#71225E

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

Shades of Palatinate Purple #71225E

Tints of Palatinate Purple #71225E

Color information

#71225E (or 0x71225E) is unknown color: approx Palatinate Purple. HEX triplet: 71, 22 and 5E. RGB value is (113,34,94). Sum of RGB (Red+Green+Blue) = 113+34+94=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71225E is #8EDDA1. Grayscale: #404040. Windows color (decimal): -9362850 or 6169201. OLE color: 6169201.

HSL color Cylindrical-coordinate representation of color #71225E: hue angle of 314.43º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71225E is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1133494-
CMYK00.700.170.56
HSL314.43º53.74%28.82%-
HSV(B)314.43º69.91%44.31%-
XYZ9.45.4611.15-
YUV64.46144.67162.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.89%
GREEN value IS 34 (13.67% from 255) = 14.11%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=46.89%
G=14.11%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113349400.700.170.56314.4353.7428.82
Hex71225E046113813a361d
Octal16142136010621704726635
Binary11100011000101011110010001101000111100010011101011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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