#723361

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

Shades of Palatinate Purple #723361

Tints of Palatinate Purple #723361

Color information

#723361 (or 0x723361) is unknown color: approx Palatinate Purple. HEX triplet: 72, 33 and 61. RGB value is (114,51,97). Sum of RGB (Red+Green+Blue) = 114+51+97=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 114 - color contains mainly: red. Hex color #723361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723361 is #8DCC9E. Grayscale: #4A4A4A. Windows color (decimal): -9292959 or 6370162. OLE color: 6370162.

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

Color convert

RGB1145197-
CMYK00.550.150.55
HSL316.19º38.18%32.35%-
HSV(B)316.19º55.26%44.71%-
XYZ10.286.8112.08-
YUV75.08140.37155.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=43.51%
G=19.47%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114519700.550.150.55316.1938.1832.35
Hex723361037F3713c2620
Octal1626314106717674744640
Binary1110010110011110000101101111111110111100111100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723361; }

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

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

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

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

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

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

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

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