#723265

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

Shades of Palatinate Purple #723265

Tints of Palatinate Purple #723265

Color information

#723265 (or 0x723265) is unknown color: approx Palatinate Purple. HEX triplet: 72, 32 and 65. RGB value is (114,50,101). Sum of RGB (Red+Green+Blue) = 114+50+101=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #723265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723265 is #8DCD9A. Grayscale: #4A4A4A. Windows color (decimal): -9293211 or 6632050. OLE color: 6632050.

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

Color convert

RGB11450101-
CMYK00.560.110.55
HSL312.19º39.02%32.16%-
HSV(B)312.19º56.14%44.71%-
XYZ10.436.813.07-
YUV74.95142.7155.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=43.02%
G=18.87%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145010100.560.110.55312.1939.0232.16
Hex723265038B371382720
Octal1626214507013674704740
Binary1110010110010110010101110001011110111100111000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723265; }

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

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

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

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

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

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

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

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