#723260

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

Shades of Palatinate Purple #723260

Tints of Palatinate Purple #723260

Color information

#723260 (or 0x723260) is unknown color: approx Palatinate Purple. HEX triplet: 72, 32 and 60. RGB value is (114,50,96). Sum of RGB (Red+Green+Blue) = 114+50+96=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #723260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723260 is #8DCD9F. Grayscale: #4A4A4A. Windows color (decimal): -9293216 or 6304370. OLE color: 6304370.

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

Color convert

RGB1145096-
CMYK00.560.160.55
HSL316.88º39.02%32.16%-
HSV(B)316.88º56.14%44.71%-
XYZ10.196.711.82-
YUV74.38140.2156.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.85%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=43.85%
G=19.23%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114509600.560.160.55316.8839.0232.16
Hex723260038103713d2720
Octal1626214007020674754740
Binary11100101100101100000011100010000110111100111101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723260; }

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

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

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

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

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

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

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

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