#723A65

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

Shades of Palatinate Purple #723A65

Tints of Palatinate Purple #723A65

Color information

#723A65 (or 0x723A65) is unknown color: approx Palatinate Purple. HEX triplet: 72, 3A and 65. RGB value is (114,58,101). Sum of RGB (Red+Green+Blue) = 114+58+101=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #723A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723A65 is #8DC59A. Grayscale: #4F4F4F. Windows color (decimal): -9291163 or 6634098. OLE color: 6634098.

HSL color Cylindrical-coordinate representation of color #723A65: hue angle of 313.93º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #723A65 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11458101-
CMYK00.490.110.55
HSL313.93º32.56%33.73%-
HSV(B)313.93º49.12%44.71%-
XYZ10.87.5413.2-
YUV79.65140.05152.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=41.76%
G=21.25%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145810100.490.110.55313.9332.5633.73
Hex723A65031B3713a2122
Octal1627214506113674724142
Binary1110010111010110010101100011011110111100111010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723A65; }

 p { color: rgb(114,58,101); }

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

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

 a { background-color: rgb(114,58,101); }

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

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

 span { border-color: rgb(114,58,101); }

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