#723363

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

Shades of Palatinate Purple #723363

Tints of Palatinate Purple #723363

Color information

#723363 (or 0x723363) is unknown color: approx Palatinate Purple. HEX triplet: 72, 33 and 63. RGB value is (114,51,99). Sum of RGB (Red+Green+Blue) = 114+51+99=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #723363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723363 is #8DCC9C. Grayscale: #4B4B4B. Windows color (decimal): -9292957 or 6501234. OLE color: 6501234.

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

Color convert

RGB1145199-
CMYK00.550.130.55
HSL314.29º38.18%32.35%-
HSV(B)314.29º55.26%44.71%-
XYZ10.386.8512.58-
YUV75.31141.37155.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 99 (39.06% from 255) = 37.5%
R=43.18%
G=19.32%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114519900.550.130.55314.2938.1832.35
Hex723363037D3713a2620
Octal1626314306715674724640
Binary1110010110011110001101101111101110111100111010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723363; }

 p { color: rgb(114,51,99); }

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

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

 a { background-color: rgb(114,51,99); }

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

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

 span { border-color: rgb(114,51,99); }

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