#723264

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

Shades of Palatinate Purple #723264

Tints of Palatinate Purple #723264

Color information

#723264 (or 0x723264) is unknown color: approx Palatinate Purple. HEX triplet: 72, 32 and 64. RGB value is (114,50,100). Sum of RGB (Red+Green+Blue) = 114+50+100=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #723264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723264 is #8DCD9B. Grayscale: #4A4A4A. Windows color (decimal): -9293212 or 6566514. OLE color: 6566514.

HSL color Cylindrical-coordinate representation of color #723264: hue angle of 313.12º 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 #723264 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11450100-
CMYK00.560.120.55
HSL313.12º39.02%32.16%-
HSV(B)313.12º56.14%44.71%-
XYZ10.386.7812.82-
YUV74.84142.2155.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 50 (19.92% from 255) = 18.94%
BLUE value IS 100 (39.45% from 255) = 37.88%
R=43.18%
G=18.94%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145010000.560.120.55313.1239.0232.16
Hex723264038C371392720
Octal1626214407014674714740
Binary1110010110010110010001110001100110111100111001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723264; }

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

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

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

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

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

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

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

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