#713168

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

Shades of Palatinate Purple #713168

Tints of Palatinate Purple #713168

Color information

#713168 (or 0x713168) is unknown color: approx Palatinate Purple. HEX triplet: 71, 31 and 68. RGB value is (113,49,104). Sum of RGB (Red+Green+Blue) = 113+49+104=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #713168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713168 is #8ECE97. Grayscale: #4A4A4A. Windows color (decimal): -9359000 or 6828401. OLE color: 6828401.

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

Color convert

RGB11349104-
CMYK00.570.080.56
HSL308.44º39.51%31.76%-
HSV(B)308.44º56.64%44.31%-
XYZ10.416.7113.84-
YUV74.41144.7155.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 49 (19.53% from 255) = 18.42%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=42.48%
G=18.42%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134910400.570.080.56308.4439.5131.76
Hex7131680398381342820
Octal1616115007110704645040
Binary1110001110001110100001110011000111000100110100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713168; }

 p { color: rgb(113,49,104); }

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

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

 a { background-color: rgb(113,49,104); }

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

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

 span { border-color: rgb(113,49,104); }

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