#723160

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

Shades of Palatinate Purple #723160

Tints of Palatinate Purple #723160

Color information

#723160 (or 0x723160) is unknown color: approx Palatinate Purple. HEX triplet: 72, 31 and 60. RGB value is (114,49,96). Sum of RGB (Red+Green+Blue) = 114+49+96=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #723160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723160 is #8DCE9F. Grayscale: #494949. Windows color (decimal): -9293472 or 6304114. OLE color: 6304114.

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

Color convert

RGB1144996-
CMYK00.570.160.55
HSL316.62º39.88%31.96%-
HSV(B)316.62º57.02%44.71%-
XYZ10.156.6211.81-
YUV73.79140.53156.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=44.02%
G=18.92%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114499600.570.160.55316.6239.8831.96
Hex723160039103713d2820
Octal1626114007120674755040
Binary11100101100011100000011100110000110111100111101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723160; }

 p { color: rgb(114,49,96); }

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

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

 a { background-color: rgb(114,49,96); }

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

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

 span { border-color: rgb(114,49,96); }

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