#723463

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

Shades of Palatinate Purple #723463

Tints of Palatinate Purple #723463

Color information

#723463 (or 0x723463) is unknown color: approx Palatinate Purple. HEX triplet: 72, 34 and 63. RGB value is (114,52,99). Sum of RGB (Red+Green+Blue) = 114+52+99=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #723463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723463 is #8DCB9C. Grayscale: #4B4B4B. Windows color (decimal): -9292701 or 6501490. OLE color: 6501490.

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

Color convert

RGB1145299-
CMYK00.540.130.55
HSL314.52º37.35%32.55%-
HSV(B)314.52º54.39%44.71%-
XYZ10.426.9312.59-
YUV75.9141.04155.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 99 (39.06% from 255) = 37.36%
R=43.02%
G=19.62%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114529900.540.130.55314.5237.3532.55
Hex723463036D3713b2521
Octal1626414306615674734541
Binary1110010110100110001101101101101110111100111011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723463; }

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

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

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

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

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

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

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

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