#713169

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

Shades of Palatinate Purple #713169

Tints of Palatinate Purple #713169

Color information

#713169 (or 0x713169) is unknown color: approx Palatinate Purple. HEX triplet: 71, 31 and 69. RGB value is (113,49,105). Sum of RGB (Red+Green+Blue) = 113+49+105=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #713169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713169 is #8ECE96. Grayscale: #4A4A4A. Windows color (decimal): -9358999 or 6893937. OLE color: 6893937.

HSL color Cylindrical-coordinate representation of color #713169: hue angle of 307.5º 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 #713169 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11349105-
CMYK00.570.070.56
HSL307.5º39.51%31.76%-
HSV(B)307.5º56.64%44.31%-
XYZ10.466.7314.11-
YUV74.52145.2155.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=42.32%
G=18.35%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134910500.570.070.56307.539.5131.76
Hex7131690397381342820
Octal161611510717704645040
Binary111000111000111010010111001111111000100110100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713169; }

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

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

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

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

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

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

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

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