#723565

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

Shades of Palatinate Purple #723565

Tints of Palatinate Purple #723565

Color information

#723565 (or 0x723565) is unknown color: approx Palatinate Purple. HEX triplet: 72, 35 and 65. RGB value is (114,53,101). Sum of RGB (Red+Green+Blue) = 114+53+101=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 114 - color contains mainly: red. Hex color #723565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723565 is #8DCA9A. Grayscale: #4C4C4C. Windows color (decimal): -9292443 or 6632818. OLE color: 6632818.

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

Color convert

RGB11453101-
CMYK00.540.110.55
HSL312.79º36.53%32.75%-
HSV(B)312.79º53.51%44.71%-
XYZ10.567.0613.12-
YUV76.71141.71154.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=42.54%
G=19.78%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145310100.540.110.55312.7936.5332.75
Hex723565036B371392521
Octal1626514506613674714541
Binary1110010110101110010101101101011110111100111001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723565; }

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

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

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

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

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

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

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

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