#723365

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

Shades of Palatinate Purple #723365

Tints of Palatinate Purple #723365

Color information

#723365 (or 0x723365) is unknown color: approx Palatinate Purple. HEX triplet: 72, 33 and 65. RGB value is (114,51,101). Sum of RGB (Red+Green+Blue) = 114+51+101=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #723365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723365 is #8DCC9A. Grayscale: #4B4B4B. Windows color (decimal): -9292955 or 6632306. OLE color: 6632306.

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

Color convert

RGB11451101-
CMYK00.550.110.55
HSL312.38º38.18%32.35%-
HSV(B)312.38º55.26%44.71%-
XYZ10.476.8813.09-
YUV75.54142.37155.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 101 (39.84% from 255) = 37.97%
R=42.86%
G=19.17%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145110100.550.110.55312.3838.1832.35
Hex723365037B371382620
Octal1626314506713674704640
Binary1110010110011110010101101111011110111100111000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723365; }

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

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

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

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

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

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

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

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