#713460

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

Shades of Palatinate Purple #713460

Tints of Palatinate Purple #713460

Color information

#713460 (or 0x713460) is unknown color: approx Palatinate Purple. HEX triplet: 71, 34 and 60. RGB value is (113,52,96). Sum of RGB (Red+Green+Blue) = 113+52+96=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #713460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713460 is #8ECB9F. Grayscale: #4B4B4B. Windows color (decimal): -9358240 or 6304881. OLE color: 6304881.

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

Color convert

RGB1135296-
CMYK00.540.150.56
HSL316.72º36.97%32.35%-
HSV(B)316.72º53.98%44.31%-
XYZ10.156.8111.85-
YUV75.26139.71154.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.30%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=43.30%
G=19.92%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113529600.540.150.56316.7236.9732.35
Hex713460036F3813d2520
Octal1616414006617704754540
Binary1110001110100110000001101101111111000100111101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713460; }

 p { color: rgb(113,52,96); }

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

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

 a { background-color: rgb(113,52,96); }

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

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

 span { border-color: rgb(113,52,96); }

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