#71225C

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

Shades of Palatinate Purple #71225C

Tints of Palatinate Purple #71225C

Color information

#71225C (or 0x71225C) is unknown color: approx Palatinate Purple. HEX triplet: 71, 22 and 5C. RGB value is (113,34,92). Sum of RGB (Red+Green+Blue) = 113+34+92=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71225C is #8EDDA3. Grayscale: #404040. Windows color (decimal): -9362852 or 6038129. OLE color: 6038129.

HSL color Cylindrical-coordinate representation of color #71225C: hue angle of 315.95º 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 #71225C is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1133492-
CMYK00.700.190.56
HSL315.95º53.74%28.82%-
HSV(B)315.95º69.91%44.31%-
XYZ9.315.4310.68-
YUV64.23143.67162.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=47.28%
G=14.23%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113349200.700.190.56315.9553.7428.82
Hex71225C046133813c361d
Octal16142134010623704746635
Binary11100011000101011100010001101001111100010011110011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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