#713364

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

Shades of Palatinate Purple #713364

Tints of Palatinate Purple #713364

Color information

#713364 (or 0x713364) is unknown color: approx Palatinate Purple. HEX triplet: 71, 33 and 64. RGB value is (113,51,100). Sum of RGB (Red+Green+Blue) = 113+51+100=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #713364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713364 is #8ECC9B. Grayscale: #4A4A4A. Windows color (decimal): -9358492 or 6566769. OLE color: 6566769.

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

Color convert

RGB11351100-
CMYK00.550.120.56
HSL312.58º37.8%32.16%-
HSV(B)312.58º54.87%44.31%-
XYZ10.296.812.83-
YUV75.12142.04155.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 100 (39.45% from 255) = 37.88%
R=42.80%
G=19.32%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135110000.550.120.56312.5837.832.16
Hex713364037C381392620
Octal1616314406714704714640
Binary1110001110011110010001101111100111000100111001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713364; }

 p { color: rgb(113,51,100); }

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

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

 a { background-color: rgb(113,51,100); }

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

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

 span { border-color: rgb(113,51,100); }

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