#71326A

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

Shades of Palatinate Purple #71326A

Tints of Palatinate Purple #71326A

Color information

#71326A (or 0x71326A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 32 and 6A. RGB value is (113,50,106). Sum of RGB (Red+Green+Blue) = 113+50+106=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #71326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71326A is #8ECD95. Grayscale: #4B4B4B. Windows color (decimal): -9358742 or 6959729. OLE color: 6959729.

HSL color Cylindrical-coordinate representation of color #71326A: hue angle of 306.67º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71326A is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11350106-
CMYK00.560.060.56
HSL306.67º38.65%31.96%-
HSV(B)306.67º55.75%44.31%-
XYZ10.556.8314.4-
YUV75.22145.37154.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=42.01%
G=18.59%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135010600.560.060.56306.6738.6531.96
Hex71326A0386381332720
Octal161621520706704634740
Binary111000111001011010100111000110111000100110011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71326A; }

 p { color: rgb(113,50,106); }

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

<style>
 a { background-color: #71326A; }

 a { background-color: rgb(113,50,106); }

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

<style>
 span { border-color: #71326A; }

 span { border-color: rgb(113,50,106); }

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